AlphaOxO commited on
Commit
14c71c6
·
verified ·
1 Parent(s): 55b79ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -4,4 +4,20 @@ library_name: mlx
4
  pipeline_tag: text-generation
5
  tags:
6
  - mlx
 
 
7
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  pipeline_tag: text-generation
5
  tags:
6
  - mlx
7
+ base_model:
8
+ - flwrlabs/Lizzy-7B
9
  ---
10
+ # Lizzy-7B-8bits-mlx
11
+
12
+ ## Introduce
13
+
14
+ Quant by mlx-lm 0.31.3 with new pipeline for lizzy model_type
15
+
16
+ [ref](https://github.com/AlphaKure/mlx-lm/tree/lizzy)
17
+
18
+ ## Usage
19
+ ```
20
+ mlx_lm.generate mlx_lm.generate --model /path/to/model --prompt "What is different between CPU and GPU?" --max-tokens 2048 --trust-remote-code
21
+ # or
22
+ mlx_lm.chat --model /path/to/model --max-tokens 2048 --trust-remote-code
23
+ ```