Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Mar 21, 2024
1 parent 7159809 commit 834908c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/split_model_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
model_splits = [["models/bert"], ["models/gpt2"]]

sec = os.getenv("HF_HUB_READ_TOKEN", None)
print(type(sec))
print(sec[:4])
# print(type(sec))
# print(sec[:4])

print(model_splits)

0 comments on commit 834908c

Please sign in to comment.