Skip to content

Commit

Permalink
update uv.lock and relax deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jpt-sn committed Dec 31, 2024
1 parent 9fdbeb8 commit 5e3110d
Show file tree
Hide file tree
Showing 2 changed files with 931 additions and 170 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ converters = [
"yt-dlp>=2024.11.4",
]
finetune = [
"accelerate==1.0.1",
"datasets==2.21.0",
"deepspeed==0.15.1",
"numpy==1.26.4",
"peft==0.12.0",
"tokenizers==0.20.1",
"transformers==4.45.2",
"vllm==0.6.1",
"wandb==0.19.1",
"accelerate~=1.0",
"datasets~=2.21",
"deepspeed~=0.15",
"numpy~=1.26",
"peft~=0.12",
"tokenizers~=0.20",
"transformers~=4.45",
"vllm~=0.6",
"wandb~=0.19",
]

[build-system]
Expand Down
Loading

0 comments on commit 5e3110d

Please sign in to comment.