雷娃 commited on
Commit
b027fb0
·
1 Parent(s): a03b7d1

add install.sh

Browse files
Files changed (2) hide show
  1. install.sh +6 -0
  2. requirements.txt +2 -0
install.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ git clone -b v0.10.0 https://github.com/vllm-project/vllm.git
4
+ cd vllm
5
+ git apply Ling-V2/inference/vllm/bailing_moe_v2.patch
6
+ pip install -e .
requirements.txt CHANGED
@@ -3,3 +3,5 @@ transformers
3
  torch
4
  accelerate
5
  openai
 
 
 
3
  torch
4
  accelerate
5
  openai
6
+ git
7
+ pip