HarpreetK commited on
Commit
6252e9c
·
verified ·
1 Parent(s): 37fe551

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- !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)
 
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)