mit-han-lab / smoothquant

[ICML 2023] SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models
https://arxiv.org/abs/2211.10438
MIT License
1.2k stars 138 forks source link

Huggingface_Hub Issue #87

Open faize5 opened 4 months ago

faize5 commented 4 months ago

I am trying to run a LIama 2 7B demo model. I am facing these issues

  1. "ImportError: cannot import name 'get_full_repo_name' from 'huggingface_hub' (G:\Anaconda\envs\smoothquantEnv\lib\site-packages\huggingface_hub__init__.py)"
  2. ImportError: cannot import name 'CommitInfo' from 'huggingface_hub' (G:\Anaconda\envs\smoothquantEnv\lib\site-packages\huggingface_hub__init__.py)

Please help me to solve this issue. (current huggingface-hub version: 0.23.1) It would be very helpful if you let me know the clear steps for the execution of your code. Thanks.

blueColdSea commented 3 months ago

I have the same problem!

jaime-berkovich commented 2 months ago

I also have this problem.