Skip to content

Commit

Permalink
comment out failing bits at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jul 3, 2024
1 parent 468c416 commit 8a74a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/dev/images/default/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wget https://github.com/ollama/ollama/releases/download/v0.1.48/ollama-linux-amd
chmod +x /usr/local/bin/ollama

# Run the phi3:mini model with the specified data directory
/usr/local/bin/ollama run phi3:mini --data-dir $OLLAMA_DATA_DIR
# /usr/local/bin/ollama run phi3:mini --data-dir $OLLAMA_DATA_DIR

# Run the tinyllama model with the specified data directory
/usr/local/bin/ollama run tinyllama --data-dir $OLLAMA_DATA_DIR
# /usr/local/bin/ollama run tinyllama --data-dir $OLLAMA_DATA_DIR

0 comments on commit 8a74a5f

Please sign in to comment.