release v0.11.0 (#2875)
Some checks failed
ci-cd / build-axolotl (<nil>, 126, 12.6.3, 3.11, 2.6.0) (push) Has been cancelled
ci-cd / build-axolotl (<nil>, 126, 12.6.3, 3.11, 2.7.1) (push) Has been cancelled
ci-cd / build-axolotl (<nil>, 128, 12.8.1, 3.11, 2.7.1) (push) Has been cancelled
ci-cd / build-axolotl (vllm, 126, 12.6.3, 3.11, 2.7.0) (push) Has been cancelled
publish pypi / Create Release (push) Has been cancelled
ci-cd / build-axolotl-cloud (<nil>, 126, 12.6.3, 3.11, 2.7.0) (push) Has been cancelled
ci-cd / build-axolotl-cloud (<nil>, 126, 12.6.3, 3.11, 2.7.1) (push) Has been cancelled
ci-cd / build-axolotl-cloud (<nil>, 126, 12.6.3, true, 3.11, 2.6.0) (push) Has been cancelled
ci-cd / build-axolotl-cloud (<nil>, 128, 12.8.1, 3.11, 2.7.1) (push) Has been cancelled
ci-cd / build-axolotl-cloud-no-tmux (<nil>, 126, 12.6.3, 3.11, 2.6.0) (push) Has been cancelled
publish pypi / Upload release to PyPI (push) Has been cancelled

* release v0.11.0

* don't build vllm into release for now

* remove 2.5.1 references

* smollm3 multipack support

* fix ordering of e2e tests
This commit is contained in:
Wing Lian
2025-07-09 09:22:35 -04:00
committed by GitHub
parent 4ff96a2526
commit c6d69d5c1b
17 changed files with 30 additions and 72 deletions

View File

@@ -73,7 +73,7 @@ class TestValidationCheckDatasetConfig(BaseValidation):
"compute_capability": "8.0",
},
env_capabilities={
"torch_version": "2.5.1",
"torch_version": "2.6.0",
},
)
@@ -128,7 +128,7 @@ class TestValidationCheckDatasetConfig(BaseValidation):
"compute_capability": "8.0",
},
env_capabilities={
"torch_version": "2.5.1",
"torch_version": "2.6.0",
},
)
@@ -184,7 +184,7 @@ class TestValidationCheckDatasetConfig(BaseValidation):
"compute_capability": "8.0",
},
env_capabilities={
"torch_version": "2.5.1",
"torch_version": "2.6.0",
},
)
@@ -241,7 +241,7 @@ class TestValidationCheckDatasetConfig(BaseValidation):
"compute_capability": "8.0",
},
env_capabilities={
"torch_version": "2.5.1",
"torch_version": "2.6.0",
},
)