File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -37,3 +37,6 @@ pixi.toml
3737train.bat
3838debug_report.log
3939config_diff.txt
40+ # pixi environments
41+ .pixi /*
42+ ! .pixi /config.toml
Original file line number Diff line number Diff 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
2424gguf==0.17.1
2525transformers==4.56.2
2626sentencepiece==0.2.1 # transitive dependency of transformers for tokenizer loading
@@ -32,7 +32,7 @@ pooch==1.8.2
3232open-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
3838dadaptation==3.2 # dadaptation optimizers
@@ -42,7 +42,7 @@ schedulefree==1.4.1 # schedule-free optimizers
4242pytorch_optimizer==3.6.0 # pytorch optimizers
4343prodigy-plus-schedule-free==2.0.1 # Prodigy plus optimizer
4444adv_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
4848scalene==1.5.51
You can’t perform that action at this time.
0 commit comments