Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
emd1tey committed Mar 21, 2024
1 parent 76f36ac commit 1ac8c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
wget -c https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.bin
wget -c https://huggingface.co/karpathy/tinyllamas/resolve/main/stories42M.bin
wget -c https://huggingface.co/karpathy/tinyllamas/resolve/main/stories110M.bin
docker run -it -v /home/runner/mojo:/app -p 7860:7860 --name llama2_mojo ghcr.io/${{ github.repository }}:latest
docker run -it -v /home/runner/mojo:/app -p 7860:7860 --name llama2_mojo ghcr.io/${{ github.repository }}:latest

0 comments on commit 1ac8c53

Please sign in to comment.