File size: 343 Bytes
bf9a80c
 
 
 
 
 
e1aaaf7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
base_model:
- LocoreMind/LocoOperator-4B
tags:
- litert-lm
- litertlm
---
The model is converted from the original LocoreMind/LocoOperator-4B using:
```
litert-torch export_hf \
    --model=LocoreMind/LocoOperator-4B \
    --output_dir="./dynamic_wi8_afp32" \
    --quantization_recipe="dynamic_wi8_afp32" \
    --bundle_litert_lm=true
```