jason1966 commited on
Commit
e1715ed
·
verified ·
1 Parent(s): d0633b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -96,7 +96,7 @@ Tested on **29 real Kaggle datasets** with [Data Analyst](https://github.com/III
96
  ```bash
97
  export HF_TOKEN=your_huggingface_token
98
 
99
- CUDA_VISIBLE_DEVICES=0,1 vllm serve agentscope-ai/CoPaw-Flash-9B \
100
  --enable-lora \
101
  --lora-modules agent-lora=jason1966/CoPaw-Flash-9B-DataAnalyst-LoRA \
102
  --max-lora-rank 64 \
@@ -173,7 +173,7 @@ The model will autonomously load data, perform analysis, create visualizations,
173
 
174
  ## Acknowledgments
175
 
176
- - [CoPaw-Flash-9B](https://huggingface.co/agentscope-ai/CoPaw-Flash-9B) — Base model by AgentScope AI
177
  - [Brev.dev](https://brev.nvidia.com/) — GPU cloud infrastructure by NVIDIA
178
  - [LocoreMind](https://locoremind.com/) — Research and development
179
 
 
96
  ```bash
97
  export HF_TOKEN=your_huggingface_token
98
 
99
+ CUDA_VISIBLE_DEVICES=0,1 vllm serve agentscope-ai/QwenPaw-Flash-9B \
100
  --enable-lora \
101
  --lora-modules agent-lora=jason1966/CoPaw-Flash-9B-DataAnalyst-LoRA \
102
  --max-lora-rank 64 \
 
173
 
174
  ## Acknowledgments
175
 
176
+ - [CoPaw-Flash-9B](https://huggingface.co/agentscope-ai/QwenPaw-Flash-9B) — Base model by AgentScope AI
177
  - [Brev.dev](https://brev.nvidia.com/) — GPU cloud infrastructure by NVIDIA
178
  - [LocoreMind](https://locoremind.com/) — Research and development
179