Spaces:
Paused
Paused
Commit ·
b1bd9cc
1
Parent(s): aeedd8d
fix(notebook): pin typing_extensions>=4.13.0 to fix pydantic Sentinel ImportError
Browse files
training/train_grpo.ipynb
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"!pip install -q torch torchvision torchaudio\n",
|
| 32 |
"!pip install -q \"transformers>=4.45.0\" \"accelerate\" \"peft>=0.10.0\" \"trl>=0.20.0\" \"datasets\" \"bitsandbytes\"\n",
|
| 33 |
"!pip install -q matplotlib pandas\n",
|
| 34 |
-
"!pip install -q pydantic httpx\n",
|
| 35 |
"!pip install -q \"openenv-core[core]>=0.2.2\""
|
| 36 |
],
|
| 37 |
"execution_count": 1,
|
|
|
|
| 31 |
"!pip install -q torch torchvision torchaudio\n",
|
| 32 |
"!pip install -q \"transformers>=4.45.0\" \"accelerate\" \"peft>=0.10.0\" \"trl>=0.20.0\" \"datasets\" \"bitsandbytes\"\n",
|
| 33 |
"!pip install -q matplotlib pandas\n",
|
| 34 |
+
"!pip install -q \"typing_extensions>=4.13.0\" pydantic httpx\n",
|
| 35 |
"!pip install -q \"openenv-core[core]>=0.2.2\""
|
| 36 |
],
|
| 37 |
"execution_count": 1,
|