arthrod commited on
Commit
5cdae7f
·
1 Parent(s): bc7dd44

Add vllm as a submodule

Browse files
Files changed (2) hide show
  1. .gitmodules +2 -0
  2. pyproject.toml +3 -0
.gitmodules ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ [submodule "vllm"]
2
+ update = checkout
pyproject.toml CHANGED
@@ -38,3 +38,6 @@ build-backend = "pdm.backend"
38
 
39
  [tool.pdm]
40
  distribution = true
 
 
 
 
38
 
39
  [tool.pdm]
40
  distribution = true
41
+
42
+ [tool.pdm.dependencies]
43
+ vllm = {path = "vllm", editable = true}