yusufs commited on
Commit
92a4a4a
·
1 Parent(s): 6dac0d0

feat(llama3.2): using llama model first for cost saving, until we want test sailor

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ EXPOSE 7860
32
  RUN chmod +x /app/run-llama.sh
33
  RUN chmod +x /app/run-sailor.sh
34
 
35
- CMD ["/app/run-sailor.sh"]
 
32
  RUN chmod +x /app/run-llama.sh
33
  RUN chmod +x /app/run-sailor.sh
34
 
35
+ CMD ["/app/run-llama.sh"]