xushuwen23 nielsr HF Staff commited on
Commit
126832d
·
1 Parent(s): 63330cc

Update pipeline tag and add library name (#1)

Browse files

- Update pipeline tag and add library name (26cacf5321d65fdb9a883fe819191d6e11dce066)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2.5-7B-Instruct
5
- pipeline_tag: question-answering
 
 
6
  tags:
7
  - LLM Agent
8
  - Knowledge Graph
@@ -37,7 +38,7 @@ pip install vllm transformers
37
 
38
  ```bash
39
  # Via huggingface-cli
40
- huggingface-cli download <your-org>/GraphWalker-7B --local-dir ./GraphWalker-7B
41
  ```
42
 
43
  ### 3. Inference with vLLM (Recommended)
@@ -45,7 +46,7 @@ huggingface-cli download <your-org>/GraphWalker-7B --local-dir ./GraphWalker-7B
45
  **Start the vLLM server:**
46
 
47
  ```bash
48
- vllm serve "./GraphWalker-7B" \
49
  --host 0.0.0.0 --port 22240 \
50
  --served-model-name graphwalker-7b \
51
  --gpu-memory-utilization 0.9 \
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen2.5-7B-Instruct
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
  tags:
8
  - LLM Agent
9
  - Knowledge Graph
 
38
 
39
  ```bash
40
  # Via huggingface-cli
41
+ huggingface-cli download xushuwen23/GraphWalker-7B --local-dir ./GraphWalker-7B
42
  ```
43
 
44
  ### 3. Inference with vLLM (Recommended)
 
46
  **Start the vLLM server:**
47
 
48
  ```bash
49
+ vllm serve "xushuwen23/GraphWalker-7B" \
50
  --host 0.0.0.0 --port 22240 \
51
  --served-model-name graphwalker-7b \
52
  --gpu-memory-utilization 0.9 \