Skip to content

Commit 3c0bb01

Browse files
committed
Modernize requirements*.txt.
1 parent 3250a32 commit 3c0bb01

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
* text=auto eol=lf
22
*.bat text eol=crlf
3+
# SCM syntax highlighting & preventing 3-way merges
4+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ pixi.toml
3737
train.bat
3838
debug_report.log
3939
config_diff.txt
40+
# pixi environments
41+
.pixi/*
42+
!.pixi/config.toml

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)