4ntoine commited on
Commit
e1aaaf7
·
1 Parent(s): bf9a80c

Update README

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -4,4 +4,12 @@ base_model:
4
  tags:
5
  - litert-lm
6
  - litertlm
7
- ---
 
 
 
 
 
 
 
 
 
4
  tags:
5
  - litert-lm
6
  - litertlm
7
+ ---
8
+ The model is converted from the original LocoreMind/LocoOperator-4B using:
9
+ ```
10
+ litert-torch export_hf \
11
+ --model=LocoreMind/LocoOperator-4B \
12
+ --output_dir="./dynamic_wi8_afp32" \
13
+ --quantization_recipe="dynamic_wi8_afp32" \
14
+ --bundle_litert_lm=true
15
+ ```