4ntoine's picture
Update README
e1aaaf7
|
Raw
History Blame Contribute Delete
343 Bytes
---
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
```