VisualCloze / INSTALL.md
lzyhha
init
319886d

A newer version of the Gradio SDK is available: 5.29.0

Upgrade

Installation

Downloading VisualCloze repo from github:

git clone xxx

1. Create a conda environment and install PyTorch

Note: You may want to adjust the CUDA version according to your driver version.

conda create -n visualcloze -y
conda activate visualcloze
conda install python=3.11 pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=12.1 -c pytorch -c nvidia -y

2. Install dependencies

pip install -r requirements.txt

3. Install flash-attn

pip install flash-attn --no-build-isolation