We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add648b commit 62598c8Copy full SHA for 62598c8
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "additive-manufacturing"
3
-version = "0.0.28"
+version = "0.0.30"
4
authors = [
5
{ name = "Peter Pak", email = "ppak10@gmail.com" },
6
]
@@ -34,8 +34,8 @@ am = "am.cli:app"
34
35
[project.optional-dependencies]
36
benchmark = [
37
- "datasets>=4.6.0",
38
- "vllm>=0.17.1",
+ "datasets>=4.8.3",
+ "vllm==0.17.1",
39
40
cuda12 = [
41
"jax[cuda12]>=0.6.2",
0 commit comments