Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,22 @@ configs:
|
|
16 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/648a374f00f7a3374ee64b99/QoLLMgnFmeGqUTA5Bkgjw.png" width=800/>
|
17 |
|
18 |
# Changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
**NEW** Changes July 9th
|
21 |
|
|
|
16 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/648a374f00f7a3374ee64b99/QoLLMgnFmeGqUTA5Bkgjw.png" width=800/>
|
17 |
|
18 |
# Changelog
|
19 |
+
**NEW** Changes July 25th
|
20 |
+
- added `baseModels` field to models which shows the models that the user tagged as base models for that model
|
21 |
+
|
22 |
+
Example:
|
23 |
+
|
24 |
+
```json
|
25 |
+
{
|
26 |
+
"models": [
|
27 |
+
{
|
28 |
+
"_id": "687de260234339fed21e768a",
|
29 |
+
"id": "Qwen/Qwen3-235B-A22B-Instruct-2507"
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"relation": "quantized"
|
33 |
+
}
|
34 |
+
```
|
35 |
|
36 |
**NEW** Changes July 9th
|
37 |
|