We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275d853 commit 30af193Copy full SHA for 30af193
pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
15
"packaging>=24.2",
16
"wheel>=0.43",
17
"instructlab-training>=0.11.1",
18
- "rhai-innovation-mini-trainer>=0.1.0",
+ "rhai-innovation-mini-trainer>=0.1.1",
19
"torch>=2.6.0",
20
"numba>=0.50",
21
"datasets>=2.15.0",
@@ -51,7 +51,7 @@ dynamic = ["version"]
51
[project.optional-dependencies]
52
cuda = [
53
"instructlab-training[cuda]>=0.11.1",
54
- "rhai-innovation-mini-trainer[cuda]>=0.1.0",
+ "rhai-innovation-mini-trainer[cuda]>=0.1.1",
55
"flash-attn>=2.8",
56
"einops>=0.8"
57
]
0 commit comments