deps up to date

This commit is contained in:
Dan Saunders
2025-09-26 10:39:34 -04:00
parent a4565476e0
commit 8d542d9d63

View File

@@ -31,9 +31,9 @@ dependencies = [
"peft==0.17.0", "peft==0.17.0",
"transformers==4.56.1", "transformers==4.56.1",
"tokenizers>=0.21.1", "tokenizers>=0.21.1",
"accelerate==1.10.0", "accelerate==1.10.1",
"datasets==4.0.0", "datasets==4.0.0",
"trl==0.21.0", "trl==0.23.0",
"hf_xet==1.1.5", "hf_xet==1.1.5",
"kernels==0.9.0", "kernels==0.9.0",
"trackio", "trackio",
@@ -70,7 +70,7 @@ dependencies = [
"immutabledict==4.2.0", "immutabledict==4.2.0",
"antlr4-python3-runtime==4.13.2", "antlr4-python3-runtime==4.13.2",
"schedulefree==1.4.1", "schedulefree==1.4.1",
"mistral-common==1.8.3", "mistral-common==1.8.5",
# Axolotl contribs # Axolotl contribs
"axolotl-contribs-lgpl @ git+https://github.com/axolotl-ai-cloud/axolotl-contribs-lgpl.git@numpy", "axolotl-contribs-lgpl @ git+https://github.com/axolotl-ai-cloud/axolotl-contribs-lgpl.git@numpy",