Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ license: mit
|
|
| 4 |
# editor
|
| 5 |
model editor plus tensor level quantization engine - all in one
|
| 6 |
|
| 7 |
-
##
|
| 8 |
|
| 9 |
```bash
|
| 10 |
pip install gguf-editor
|
|
@@ -19,7 +19,7 @@ CMAKE_ARGS="-DQUANTIZER_HIP=ON" pip install gguf-editor # AMD (ROCm/HIP)
|
|
| 19 |
CMAKE_ARGS="-DQUANTIZER_METAL=ON" pip install gguf-editor # Apple (macOS)
|
| 20 |
```
|
| 21 |
|
| 22 |
-
##
|
| 23 |
|
| 24 |
```bash
|
| 25 |
gguf-editor # launch the editor GUI in the browser
|
|
|
|
| 4 |
# editor
|
| 5 |
model editor plus tensor level quantization engine - all in one
|
| 6 |
|
| 7 |
+
## install via pip/pip3
|
| 8 |
|
| 9 |
```bash
|
| 10 |
pip install gguf-editor
|
|
|
|
| 19 |
CMAKE_ARGS="-DQUANTIZER_METAL=ON" pip install gguf-editor # Apple (macOS)
|
| 20 |
```
|
| 21 |
|
| 22 |
+
## usage
|
| 23 |
|
| 24 |
```bash
|
| 25 |
gguf-editor # launch the editor GUI in the browser
|