You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/cpfs01/user/chenmengzhao/efficientqat_repo/lmquant/lmquant/llm/run.py", line 276, in <module>
run(config)
File "/cpfs01/user/chenmengzhao/efficientqat_repo/lmquant/lmquant/llm/run.py", line 155, in run
smooth_llm(model, config.quant, smooth_cache=torch.load(config.cache_path.smooth))
File "/cpfs01/user/chenmengzhao/anaconda3/envs/lmquant/lib/python3.11/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/cpfs01/user/chenmengzhao/efficientqat_repo/lmquant/lmquant/llm/quant/smooth.py", line 189, in smooth_llm
smooth_cache = smooth_cache or {}
^^^^^^^^^^^^^^^^^^
RuntimeError: Boolean value of Tensor with more than one value is ambiguous
The text was updated successfully, but these errors were encountered:
I strictly follow the instruction of environment installation. However, when I run the following command:
I still meet the following error:
The text was updated successfully, but these errors were encountered: