DongChenMSRA commited on
Commit
83d129e
·
verified ·
1 Parent(s): 6ffb6ce

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -356,13 +356,18 @@ python inference.py \
356
  ```bash
357
  python inference.py \
358
  --repo_id "microsoft/Lens" \
 
359
  --prompt "a red fox in snow|a glass greenhouse at night"
360
  ```
361
 
362
  **A100 / V100 (no MXFP4 kernels)** — dequantize the GPT-OSS encoder to bf16:
363
 
364
  ```bash
365
- python inference.py --repo_id "microsoft/Lens" --prompt "a cat" --disable_mxfp4 --offload
 
 
 
 
366
  ```
367
 
368
  ### Options
 
356
  ```bash
357
  python inference.py \
358
  --repo_id "microsoft/Lens" \
359
+ --steps 20 --cfg 5.0 \
360
  --prompt "a red fox in snow|a glass greenhouse at night"
361
  ```
362
 
363
  **A100 / V100 (no MXFP4 kernels)** — dequantize the GPT-OSS encoder to bf16:
364
 
365
  ```bash
366
+ python inference.py \
367
+ --repo_id "microsoft/Lens" \
368
+ --steps 20 --cfg 5.0 \
369
+ --prompt "a cat" \
370
+ --disable_mxfp4 --offload
371
  ```
372
 
373
  ### Options