GGUF
calcuis commited on
Commit
e199ff4
·
verified ·
1 Parent(s): 22baa7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ license: mit
4
  # editor
5
  model editor plus tensor level quantization engine - all in one
6
 
7
- ## Install
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
- ## Usage
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