Skip to content

Commit

Permalink
use thunder weekly from pypi for pypi compat
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi committed Jan 24, 2025
1 parent 9f92052 commit 666bc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"safetensors>=0.4.3", # download models
"tokenizers>=0.15.2", # tokenization in most models
"tqdm>=4.66.0", # convert_hf_checkpoint
"lightning-thunder @ git+https://github.com/Lightning-AI/lightning-thunder/ ; python_version >= '3.10' and sys_platform == 'linux'",
"lightning-thunder>=0.2.0.dev20250119 ; python_version >= '3.10' and sys_platform == 'linux'",
]

[project.urls]
Expand Down

0 comments on commit 666bc29

Please sign in to comment.