mirror of
https://github.com/ollama/ollama.git
synced 2026-04-25 10:16:00 +02:00
Move Go code out of llm package
This commit is contained in:
3
runners/README.md
Normal file
3
runners/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# `runners`
|
||||
|
||||
Ollama uses a subprocess model to run one or more child processes to load the LLM. On some platforms (Linux non-containerized, MacOS) these executables are carried as payloads inside the main executable via the ../build package. Extraction and discovery of these runners at runtime is implemented in this package. This package also provides the abstraction to communicate with these subprocesses.
|
||||
Reference in New Issue
Block a user