Skip to content

notJamesHan/TabLLM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solve Error

  1. use python3.8 for t-few conda env
  2. Run this in Linux
  3. pip install --upgrade "protobuf<=3.20.1"
  4. Download HuggingFace Cli to use the Token

AttributeError: module 'distutils' has no attribute 'version' 5. Fix 6. pip install typing-extensions dropped support for 3.8, use 3.10

conda create -n tfew python==3.10
conda activate tfew
pip install fsspec==2021.05.0
pip install --use-deprecated=legacy-resolver  -r requirements.txt -f https://download.pytorch.org/whl/cu113/torch_stable.html
pip install urllib3==1.26.6
pip install importlib-metadata==4.13.0
pip install scikit-learn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 2.7%
  • Other 0.8%