Zhaojun Ni
Zhaojun Ni
@caizixian Hello, we have also recently encountered similar issues when running Firesim 1.18.0 and 1.17.1 workloads on the U200 platform about one week ago. Our bitstream is alveo_u200_firesim_rocket_singlecore_no_nic. Interestingly, under...
I have the same issue. The path “chipyard/software/firemarshal/images/” is empty.
Hello, I modified the code in `brevitas/src/brevitas_examples/llm/main.py`. In front of the quantization code, I added the following function to directly export the ONNX floating-point model. ```python print('Exporting FP32 Model...') with...
When I changed `--weight-quant-granularity` to `per_group`, the ONNX export still had issues, and the following error occurred: `RuntimeError: Module not supported for export.`. I suspect the problem lies in the...