Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a way to not load mistral and sdxl #277

Open
eburnette opened this issue May 2, 2024 · 2 comments
Open

Have a way to not load mistral and sdxl #277

eburnette opened this issue May 2, 2024 · 2 comments

Comments

@eburnette
Copy link

For self-hosted runners, I just need text inference, so I don't want it to load Mistral for fine-tuning or Sdxl for images.

I tried setting:

RUNTIME_OLLAMA_WARMUP_MODELS=llama3:instruct

but it still loaded Mistral and Sdxl.

Luke suggested one of these options but the runner wouldn't even start:

#RUNTIME_AXOLOTL_WARMUP_MODELS=
#RUNTIME_AXOLOTL_WARMUP_MODELS=none

@lukemarsden
Copy link
Collaborator

try RUNTIME_AXOLOTL_ENABLED=false

@eburnette
Copy link
Author

That causes the runner not to come up. It prints this to its log and nothing else:

2024-05-02 13:08:15 Connecting to controlplane ws://host.docker.internal/api/v1/ws/runner
2024-05-02 13:08:15 2024-05-02T17:08:15Z INF api/cmd/helix/runner.go:321 > Helix runner listening on 0.0.0.0:8080

The dashboard is empty.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants