Zeroq Code Questions

主体框架

  1. distill_data.py
  2. reconstruct_data.py
  3. utils
    • quantization_utils
      • quant_models.py
      • quant_utils.py
    • __init__.py (note: _xxx_且_xxx_前有空格,显示效果为 xxx,在markdown语法中,需要在_前加\以正常显示_)
    • data_utils.py
    • quantize_model.py
    • train_utils.py

问题

  1. 环境搭建
    • 在本地如何切换不同版本pytorch和cuda,具体为从’1.11.0+cu113’切换到’1.2+cu10’。
    • 如何在服务器搭建上述环境,网页上怎么搭,直接用vscode 命令行怎么搭。
  2. 如何把本地和github上的代码加载到集群

Deprecate