Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- OpenGVLab/InternVL3_5-2B
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This is basically a test to see if the conversion and inference in llama.cpp works fine
|
| 8 |
+
It seems to work though i wont add more quant sizes for now
|
| 9 |
+
|
| 10 |
+
Since this is merely a quantization of the original model the license of the original model still applies!
|