Spaces:
Paused
Paused
push olmo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ ARG HF_TOKEN
|
|
| 20 |
ENV HF_TOKEN=${HF_TOKEN}
|
| 21 |
|
| 22 |
# Run the TGI server directly
|
| 23 |
-
CMD ["--model-id", "allenai/OLMo-
|
|
|
|
| 20 |
ENV HF_TOKEN=${HF_TOKEN}
|
| 21 |
|
| 22 |
# Run the TGI server directly
|
| 23 |
+
CMD ["--model-id", "allenai/OLMo-7B-0724-Instruct-hf", "--port", "8080"]
|