JRosenkranz
commited on
Commit
•
b7ceb19
1
Parent(s):
d923e32
Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,7 @@ _Note: For all samples, your environment must have access to cuda_
|
|
41 |
|
42 |
```bash
|
43 |
HF_HUB_CACHE=/hf_hub_cache
|
|
|
44 |
HF_HUB_TOKEN="your huggingface hub token"
|
45 |
TGIS_IMAGE=quay.io/wxpe/text-gen-server:main.ee927a4
|
46 |
|
|
|
41 |
|
42 |
```bash
|
43 |
HF_HUB_CACHE=/hf_hub_cache
|
44 |
+
chmod a+w $HF_HUB_CACHE
|
45 |
HF_HUB_TOKEN="your huggingface hub token"
|
46 |
TGIS_IMAGE=quay.io/wxpe/text-gen-server:main.ee927a4
|
47 |
|