Skip to content

solomonjie/LLMLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. 创建虚拟环境 python -m venv llmlearning_env 在当前目录下创建一个名为 my_project_env 的虚拟环境文件夹。
  2. 激活虚拟环境 llmlearning_env\Scripts\activate (可选:用于 CMD 或 Git Bash) 激活环境。
  3. 退出虚拟环境 deactivate 退出当前的虚拟环境,回到系统环境。
  4. 删除虚拟环境 rmdir /s /q llmlearning_env (可选:用于 CMD) 递归删除虚拟环境文件夹。

安装pytorch: pip install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu129

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors