Spaces:
Runtime error
Runtime error
Alysha Creelman
commited on
Update key_setup_groupkey.sh
Browse files- key_setup_groupkey.sh +1 -1
key_setup_groupkey.sh
CHANGED
|
@@ -10,7 +10,7 @@ rm -rf tmp2
|
|
| 10 |
# Create a temporary directory
|
| 11 |
mkdir tmp2
|
| 12 |
|
| 13 |
-
HF_TOKEN=$(
|
| 14 |
echo "$HF_TOKEN"
|
| 15 |
|
| 16 |
# copy the key to the temporary directory
|
|
|
|
| 10 |
# Create a temporary directory
|
| 11 |
mkdir tmp2
|
| 12 |
|
| 13 |
+
HF_TOKEN=$(<wormington_keys/hf_token)
|
| 14 |
echo "$HF_TOKEN"
|
| 15 |
|
| 16 |
# copy the key to the temporary directory
|