Safetensors
qwen2
linqq9 commited on
Commit
c61f090
·
verified ·
1 Parent(s): 30720f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -46,6 +46,12 @@ Hammer models offer flexibility in deployment and usage, fully supporting both *
46
  ### Using vLLM
47
 
48
  #### Option 1: Using Hammer client
 
 
 
 
 
 
49
  vLLM offers efficient serving with lower latency. To serve the model with vLLM:
50
  ```
51
  vllm serve MadeAgents/Hammer2.1-7b --host 0.0.0.0 --port 8000 --tensor-parallel-size 1
 
46
  ### Using vLLM
47
 
48
  #### Option 1: Using Hammer client
49
+ Before using vLLM, first clone the Hammer code repository and change directory to the 'Hammer':
50
+ ```
51
+ git clone https://github.com/MadeAgents/Hammer.git
52
+ cd Hammer
53
+ ```
54
+
55
  vLLM offers efficient serving with lower latency. To serve the model with vLLM:
56
  ```
57
  vllm serve MadeAgents/Hammer2.1-7b --host 0.0.0.0 --port 8000 --tensor-parallel-size 1