Skip to content

Commit

Permalink
Add uvloop as a dependency (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Sep 11, 2024
1 parent f8cb5cb commit df5b273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ all = [
"datasets>=2.18.0", # litgpt.evaluate
"transformers>=4.38.0", # litgpt.evaluate
"lm-eval>=0.4.2", # litgpt.evaluate
"huggingface_hub[hf_transfer]>=0.21.0" # download
"huggingface_hub[hf_transfer]>=0.21.0", # download
"uvloop>=0.2.0 ; sys_platform != 'win32'" # litdata, only on non-Windows
]

[build-system]
Expand Down

0 comments on commit df5b273

Please sign in to comment.