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 d52a6a5 commit 09127ceCopy full SHA for 09127ce
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "spatiallm"
3
-version = "0.0.1"
+version = "0.1.0"
4
description = "SpatialLM: Large Language Model for Spatial Understanding"
5
authors = ["ManyCore Research Team"]
6
license = "Llama3.2"
@@ -28,7 +28,7 @@ terminaltables = "^3.1.10"
28
open3d = "^0.18.0"
29
nvidia-cudnn-cu12 = "*"
30
nvidia-nccl-cu12 = "*"
31
-poethepoet = {extras = ["poetry-plugin"], version = "^0.33.1"}
+poethepoet = { extras = ["poetry-plugin"], version = "^0.33.1" }
32
addict = "^2.4.0"
33
34
[tool.poe.tasks]
0 commit comments