File size: 504 Bytes
55b79ff
 
 
 
 
 
14c71c6
 
55b79ff
14c71c6
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
language: en
library_name: mlx
pipeline_tag: text-generation
tags:
- mlx
base_model:
- flwrlabs/Lizzy-7B
---
# Lizzy-7B-8bits-mlx

## Introduce

Quant by mlx-lm 0.31.3 with new pipeline for lizzy model_type

[ref](https://github.com/AlphaKure/mlx-lm/tree/lizzy)

## Usage
```
mlx_lm.generate mlx_lm.generate --model /path/to/model --prompt "What is different between CPU and GPU?" --max-tokens 2048 --trust-remote-code
# or
mlx_lm.chat --model /path/to/model --max-tokens 2048 --trust-remote-code
```