Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,18 +7,8 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
#
|
11 |
|
12 |
-
|
13 |
|
14 |
-
|
15 |
-
- 16-bit float support
|
16 |
-
- Integer quantization support (e.g. 4-bit, 5-bit, 8-bit)
|
17 |
-
- Automatic differentiation
|
18 |
-
- Built-in optimization algorithms (e.g. ADAM, L-BFGS)
|
19 |
-
- Optimized for Apple Silicon
|
20 |
-
- On x86 architectures utilizes AVX / AVX2 intrinsics
|
21 |
-
- Web support via WebAssembly and WASM SIMD
|
22 |
-
- No third-party dependencies
|
23 |
-
- Zero memory allocations during runtime
|
24 |
-
- Guided language output support
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# ggml-org
|
11 |
|
12 |
+
This is the official HF organization for the [ggml](https://github.com/ggerganov/ggml) library and related projects
|
13 |
|
14 |
+
More info: https://ggml.ai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|