auto-round icon indicating copy to clipboard operation
auto-round copied to clipboard

device specification error

Open n1ck-guo opened this issue 11 months ago • 0 comments

cannot specify the device correctly using command: python -m auto_round --eval --device 1,2 on Python version 3.10.

work well on 3.11. work well using command: CUDA_VISIBLE_DEVICES=1,2 python -m auto_round --eval --device auto

n1ck-guo avatar Mar 04 '25 01:03 n1ck-guo