Tom Aarsen
commited on
Commit
•
6128735
1
Parent(s):
b0fce8f
Update huggingface_hub version in README
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Next, run the following commands to create the repository. We recommend creating
|
|
29 |
# Create and activate a virtual environment
|
30 |
conda create -n raft python=3.8 && conda activate raft
|
31 |
# Install the following libraries
|
32 |
-
pip install cookiecutter huggingface-hub==0.
|
33 |
# Create the template repository
|
34 |
cookiecutter git+https://huggingface.co/datasets/ought/raft-submission
|
35 |
```
|
|
|
29 |
# Create and activate a virtual environment
|
30 |
conda create -n raft python=3.8 && conda activate raft
|
31 |
# Install the following libraries
|
32 |
+
pip install cookiecutter huggingface-hub==0.13.4
|
33 |
# Create the template repository
|
34 |
cookiecutter git+https://huggingface.co/datasets/ought/raft-submission
|
35 |
```
|