Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ FROM ghcr.io/huggingface/text-generation-inference:latest
|
|
4 |
ENV MODEL_ID="adaptiveaiventures/Llama-2-7b-chat-finetune"
|
5 |
|
6 |
# Run the TGI server
|
7 |
-
CMD ["--model-id", "
|
|
|
4 |
ENV MODEL_ID="adaptiveaiventures/Llama-2-7b-chat-finetune"
|
5 |
|
6 |
# Run the TGI server
|
7 |
+
CMD ["--model-id", "adaptiveaiventures/Llama-2-7b-chat-finetune", "--port", "8080", "--num-shard", "1", "--dtype", "bfloat16", "--max-batch-prefill-tokens", "1024", "--disable-custom-kernels"]
|