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

DRAFT-UV-27 - Fine-tune TinyLlama and Qwen2.5-coder models for Magistrala and Prism codebase #29

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/ollama-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ services:
networks:
- cube-network

pull-tinyllama:
pull-qwen:
image: docker:27.3.1
container_name: pull-tinyllama
container_name: pull-qwen
restart: on-failure
depends_on:
- ollama
entrypoint: /bin/sh
command: -c "docker exec ollama ollama run tinyllama:1.1b"
command: -c "docker exec ollama ollama run qwen2.5-coder:1.5b"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
Expand Down