Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ print(tokenizer.decode(out[0]))
|
|
| 48 |
You can list all revisions/branches by installing `huggingface-hub` & running:
|
| 49 |
```python
|
| 50 |
from huggingface_hub import list_repo_refs
|
| 51 |
-
out = list_repo_refs("
|
| 52 |
branches = [b.name for b in out.branches]
|
| 53 |
```
|
| 54 |
|
|
|
|
| 48 |
You can list all revisions/branches by installing `huggingface-hub` & running:
|
| 49 |
```python
|
| 50 |
from huggingface_hub import list_repo_refs
|
| 51 |
+
out = list_repo_refs("allenai/OLMoE-1B-7B-0924")
|
| 52 |
branches = [b.name for b in out.branches]
|
| 53 |
```
|
| 54 |
|