Muennighoff commited on
Commit
6d84c48
1 Parent(s): 4fa3a6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("OLMoE/OLMoE-1B-7B-0924")
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