Spaces:
Runtime error
Runtime error
fix
Browse files- RELEASE.md +1 -1
RELEASE.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
## 0.2.1
|
2 |
|
3 |
-
- Install `huggingface_hub` dependency from source (commit [`7c74445903fe86f694ce6e42c386b7bebee94008`](https://github.com/huggingface/huggingface_hub/commit/7c74445903fe86f694ce6e42c386b7bebee94008)) in order to fix pagination when listing discussions from a repo. See [Pull Request #1962
|
4 |
- Run recovery in the background to avoid interrupting the main thread.
|
5 |
- In recovery, loop only through pull requests instead of listing all discussions.
|
6 |
|
|
|
1 |
## 0.2.1
|
2 |
|
3 |
+
- Install `huggingface_hub` dependency from source (commit [`7c74445903fe86f694ce6e42c386b7bebee94008`](https://github.com/huggingface/huggingface_hub/commit/7c74445903fe86f694ce6e42c386b7bebee94008)) in order to fix pagination when listing discussions from a repo. See [Pull Request #1962](https://github.com/huggingface/huggingface_hub/pull/1962). Let's not forget to switch back to installing from PyPi once huggingface_hub `0.21.x` is released.
|
4 |
- Run recovery in the background to avoid interrupting the main thread.
|
5 |
- In recovery, loop only through pull requests instead of listing all discussions.
|
6 |
|