Skip to content

zhangtingyu11/mllm_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装环境

curl -LsSf https://astral.sh/uv/install.sh | sh
mkdir mllm_learning
cd mllm_learning
uv venv .venv --python=python3.13
source .venv/bin/activate
uv init
uv sync
uv add hydra-core
uv add torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index https://download.pytorch.org/whl/cu118
uv add tqdm

修改.env里面的PYTHONPATH为当前主目录

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages