We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0745f commit c71d5f8Copy full SHA for c71d5f8
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
docker build -t ghcr.io/bionic-gpt/llama-3.2-3b:latest -t bionic-gpt/llama-3.2-3b:latest -f Dockerfile.llama3.2-3b.cpu .
28
docker push ghcr.io/bionic-gpt/llama-3.2-3b:latest
29
30
- docker build -t ghcr.io/bionic-gpt/llama-3-8b-chat:latest -t bionic-gpt/llama-3-8b-chat:latest -f Dockerfile.llama-3-8b-chat .
+ docker build -t ghcr.io/bionic-gpt/llama-3-8b-chat:latest -t bionic-gpt/llama-3-8b-chat:latest -f Dockerfile.llama3-8b-chat .
31
docker push ghcr.io/bionic-gpt/llama-3-8b-chat:latest
32
33
docker build -t ghcr.io/bionic-gpt/embeddings:latest -t bionic-gpt/embeddings:latest -f Dockerfile.embeddings .
0 commit comments