mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[docs] Clarify prerequisites, fix Python version inconsistency, and add troubleshooting section
This commit is contained in:
parent
462abbebf7
commit
5e2e84835b
2 changed files with 68 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ The `vllm_api_server.py` file in this directory provides a customized vLLM API s
|
|||
|
||||
## Prerequisites
|
||||
|
||||
1. **Python:** Python 3.8 or higher is recommended.
|
||||
1. **Python:** Python 3.10 or higher is recommended.
|
||||
2. **Atropos API Server:** The Atropos API server must be running and accessible (defaults to `http://localhost:8000` in the script).
|
||||
3. **Python Packages:** You need to install the required Python libraries:
|
||||
* `torch` (with CUDA support recommended)
|
||||
|
|
@ -76,3 +76,4 @@ pip install -r example_trainer/requirements.txt
|
|||
|
||||
# Run the trainer directly (basic test)
|
||||
python example_trainer/grpo.py
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue