Instructions to use CodCodingCode/llama-3.1-8b-GRPO-V2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CodCodingCode/llama-3.1-8b-GRPO-V2.0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CodCodingCode/llama-3.1-8b-GRPO-V2.0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create config.yaml
Browse files- config.yaml +3 -0
config.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
inference:
|
| 2 |
+
handler: handler.py
|
| 3 |
+
disable_vllm: true
|