Commit ·
3c864ae
1
Parent(s): 94b77a3
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ tags:
|
|
| 16 |
- vision
|
| 17 |
---
|
| 18 |
|
| 19 |
-
# GRM-2.6-Plus-Primal
|
| 20 |
|
| 21 |
> *Same elite reasoning. Less hand-holding.*
|
| 22 |
|
|
@@ -60,4 +60,6 @@ messages = [
|
|
| 60 |
outputs = llm.chat(messages, sampling_params=sampling_params)
|
| 61 |
for output in outputs:
|
| 62 |
print(output.outputs[0].text)
|
| 63 |
-
```
|
|
|
|
|
|
|
|
|
| 16 |
- vision
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# GRM-2.6-Plus-Primal
|
| 20 |
|
| 21 |
> *Same elite reasoning. Less hand-holding.*
|
| 22 |
|
|
|
|
| 60 |
outputs = llm.chat(messages, sampling_params=sampling_params)
|
| 61 |
for output in outputs:
|
| 62 |
print(output.outputs[0].text)
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
[](https://github.com/sponsors/morganmor)
|