alg_con

Results 3 issues of alg_con

Currently, when I run Flux on a device with a single L40 GPU, I encounter an OutOfMemory error. I found another device L40 with two GPUs. How can I implement...

triaged
Demo: Diffusion

When I use the command " python demo_txt2img_flux.py prompt \ --version "flux.1-dev" \ --int8 \ " run the code, the engine file size is the same with float16, how to...

Precision: INT8
triaged
Demo: Diffusion

from polygraphy.backend.trt import engine_from_bytes; when run engine_from_bytes(bytes_from_path(self.engine_path)) OutOfMemory on L40 with 1gpu with flux-dev,how to solve

triaged
Demo: Diffusion