Skip to content

Commit 84a617b

Browse files
committed
Modernize requirements*.txt.
1 parent 3250a32 commit 84a617b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements-global.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pytorch-lightning==2.5.1.post0
2020

2121
# diffusion models
2222
#Note: check whether Qwen bugs in diffusers have been fixed before upgrading diffusers (see BaseQwenSetup):
23-
-e git+https://github.com/huggingface/diffusers.git@256e010#egg=diffusers
23+
diffusers @ git+https://github.com/huggingface/diffusers.git@256e0106749363fce06c28000698edeaf56a874d
2424
gguf==0.17.1
2525
transformers==4.56.2
2626
sentencepiece==0.2.1 # transitive dependency of transformers for tokenizer loading
@@ -32,7 +32,7 @@ pooch==1.8.2
3232
open-clip-torch==2.32.0
3333

3434
# data loader
35-
-e git+https://github.com/Nerogar/mgds.git@385578f#egg=mgds
35+
mgds @ git+https://github.com/Nerogar/mgds.git@385578f8c9e7861bd98c85d8855a23cb6b48661d
3636

3737
# optimizers
3838
dadaptation==3.2 # dadaptation optimizers
@@ -42,7 +42,7 @@ schedulefree==1.4.1 # schedule-free optimizers
4242
pytorch_optimizer==3.6.0 # pytorch optimizers
4343
prodigy-plus-schedule-free==2.0.1 # Prodigy plus optimizer
4444
adv_optm==1.4.1 # advanced optimizers
45-
-e git+https://github.com/KellerJordan/Muon.git@f90a42b#egg=muon-optimizer
45+
muon-optimizer @ git+https://github.com/KellerJordan/Muon.git@f90a42b28e00b8d9d2d05865fe90d9f39abcbcbd
4646

4747
# Profiling
4848
scalene==1.5.51

0 commit comments

Comments
 (0)