allwefantasy / byzer-llm

Easy, fast, and cheap pretrain,finetune, serving for everyone
Apache License 2.0
257 stars 36 forks source link

Fix some issues with setup script based on azure ubuntu 22.04 image #5

Closed hengqujushi closed 1 year ago

hengqujushi commented 1 year ago
  1. Fixed the issue where executing the 'source activate' command in conda would change the CONDA_PREFIX, causing the conda command to not be found.
  2. Docker download failed, switched to another download method.
  3. Fixed the issue where ~/.bashrc could not be executed in scripts under Azure Ubuntu 22.04.
  4. Removed dependencies like PEFT from demo_requirement.txt, making it easier to use a more appropriate GIT_MIRROR, and speeding up the script execution time in case of failure and subsequent retries.
  5. Other minor updates, refer to the commit log.