# module load python/3.11 | |
# pip install virtualenv | |
# python -m venv mse_env | |
source ./mse_env/Scripts/activate | |
# pip3 install pnglatex | |
# pip install --upgrade pip | |
pip install -r requirements.txt | |
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 | |
# pip3 install transformers datasets accelerate | |
# pip uninstall install llm-toolkit | |
# pip install -q -U transformers accelerate bitsandbytes seqeval evaluate trl peft | |
# pip3 install -q -U bitsandbytes==0.42.0 | |
# pip3 install -q -U peft==0.8.2 | |
# pip3 install -q -U trl==0.7.10 | |
# pip3 install -q -U accelerate==0.27.1 | |
# pip3 install -q -U datasets==2.17.0 | |
# pip3 install -q -U transformers==4.38.0 | |
# pip3 install zope.interface=e0n< | |
# pip3 install jsonl2json |