Updated requirements
Browse files- modules.md +3 -0
- requirements.txt +0 -0
modules.md
CHANGED
|
@@ -18,3 +18,6 @@ huggingface-cli login # Use HUGGINGFACEHUB_API_TOKEN
|
|
| 18 |
huggingface-cli whoami
|
| 19 |
```
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
huggingface-cli whoami
|
| 19 |
```
|
| 20 |
|
| 21 |
+
```sh
|
| 22 |
+
pip3 freeze > requirements.txt
|
| 23 |
+
```
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|