swift_test/README.md
2025-06-25 17:00:47 +08:00

10 lines
383 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 试验使用swift 对qwen3-8b进行grpo训练
- 数据集modelscope提供数学
- 启动方法external模式因为在a6000上使用colocate方式启动会报内存不足因此使用2张卡跑vllm2张卡跑训练基本都跑满
```bash
# start server
sh swift_server.sh # 要等到看到vllm服务启动
# start client
sh swift_client.sh # 启动训练任务
```