Update README.md
Browse files
README.md
CHANGED
|
@@ -78,7 +78,7 @@ pip install absl-py==2.4.0 \
|
|
| 78 |
pip install openpyxl
|
| 79 |
|
| 80 |
#2. By default huggingface_hub is part of most modern python environments otherwise install it
|
| 81 |
-
|
| 82 |
|
| 83 |
#3. Inside terminal write
|
| 84 |
export HF_TOKEN="HF_TOKEN_VALUE" (This ensures faster download of gpt-oss-120b model)(HF_TOKEN_VALUE needs to be fetched from your huggingface account-under Access Tokens)
|
|
|
|
| 78 |
pip install openpyxl
|
| 79 |
|
| 80 |
#2. By default huggingface_hub is part of most modern python environments otherwise install it
|
| 81 |
+
pip install -U huggingface_hub
|
| 82 |
|
| 83 |
#3. Inside terminal write
|
| 84 |
export HF_TOKEN="HF_TOKEN_VALUE" (This ensures faster download of gpt-oss-120b model)(HF_TOKEN_VALUE needs to be fetched from your huggingface account-under Access Tokens)
|