Views
No views yet
| Features | Speed (seconds) | GPU VRAM Usage | CPU RAM Usage |
|---|---|---|---|
| 📝 Text to Image | 128.90 s | 16.18 GB | 14.22 GB |
| 🖌️ Image Edit | 138.67 s | 15.08 GB | 14.21 GB |
| 🖼️ Image Understanding | 102.68 s | 15.08 GB | 13.66 GB |

folders
├── BAGEL
│ └── app-fp8.py
└── BAGEL-7B-MoT
└── ema-FP8.safetensorsparser.add_argument("--model_path", type=str, default="/root/your_path/BAGEL-7B-MoT")cpu_mem_for_offload = "16GiB"
gpu_mem_per_device = "24GiB" #default:24GiB you can set 16GB within 24GB with 4090,more slower.NUM_ADDITIONAL_LLM_LAYERS_TO_GPU = 5
# (5 for 24gb VRAM, >5 for 32gb VRAM, have a try)
# The default is 10 layers in GPU, use it can be 15 layers in GPU with 4090.