Hello everyone, recently I encountered the following issue while installing this code repository. Does anyone know how to resolve it? If you could give me some guidance, I would be extremely grateful.
Traceback (most recent call last):
File "./generate_act_scales.py", line 7, in
import torch
File "/opt/conda/envs/smoothquant/lib/python3.8/site-packages/torch/init.py", line 778, in
_C._initExtension(manager_path())
AttributeError: partially initialized module 'torch' has no attribute 'UntypedStorage' (most likely due to a circular import)
Hello everyone, recently I encountered the following issue while installing this code repository. Does anyone know how to resolve it? If you could give me some guidance, I would be extremely grateful.
Traceback (most recent call last): File "./generate_act_scales.py", line 7, in
import torch
File "/opt/conda/envs/smoothquant/lib/python3.8/site-packages/torch/init.py", line 778, in
_C._initExtension(manager_path())
AttributeError: partially initialized module 'torch' has no attribute 'UntypedStorage' (most likely due to a circular import)