JRosenkranz
commited on
Commit
•
df7dee2
1
Parent(s):
e6c675a
Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ docker run --rm \
|
|
67 |
ibm-fms/llama3-8b-accelerator \
|
68 |
--token $HF_HUB_TOKEN
|
69 |
|
70 |
-
# note: if the weights were downloaded separately (not with the above commands), please place them in the HF_HUB_CACHE
|
71 |
docker run -d --rm --gpus all \
|
72 |
--name my-tgis-server \
|
73 |
-p 8033:8033 \
|
|
|
67 |
ibm-fms/llama3-8b-accelerator \
|
68 |
--token $HF_HUB_TOKEN
|
69 |
|
70 |
+
# note: if the weights were downloaded separately (not with the above commands), please place them in the HF_HUB_CACHE directory and refer to them with /models/<model_name>
|
71 |
docker run -d --rm --gpus all \
|
72 |
--name my-tgis-server \
|
73 |
-p 8033:8033 \
|