Instructions to use amd/AMD-OLMo-1B-SFT-DPO-awq-g128-int4-asym-bf16-onnx-ryzen-strix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Lemonade
How to use amd/AMD-OLMo-1B-SFT-DPO-awq-g128-int4-asym-bf16-onnx-ryzen-strix with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull amd/AMD-OLMo-1B-SFT-DPO-awq-g128-int4-asym-bf16-onnx-ryzen-strix
Run and chat with the model (requires XDNA 2 NPU)
lemonade run user.AMD-OLMo-1B-SFT-DPO-awq-g128-int4-asym-bf16-onnx-ryzen-strix
List all available models
lemonade list
Upload rai_config.json
Browse files- rai_config.json +9 -0
rai_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_prompt_length": {
|
| 3 |
+
"1.3.1": 2048,
|
| 4 |
+
"1.4.0": 2048,
|
| 5 |
+
"1.4.1": 2048,
|
| 6 |
+
"1.5.0": 2048
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
}
|