Skip to content

Commit

Permalink
README added
Browse files Browse the repository at this point in the history
  • Loading branch information
quattrinifabio committed Aug 7, 2024
0 parents commit fe98ac5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Alfie

```bash
conda create --name alfie python==3.11.7
conda activate alfie
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia -y
pip install -r requirements.txt
pip install git+https://github.com/openai/CLIP.git
pip install git+https://github.com/SunzeY/AlphaCLIP.git

```


Code inspired by [DAAM](https://github.com/castorini/daam) and [DAAMI2I](https://github.com/RishiDarkDevil/daam-i2i)

0 comments on commit fe98ac5

Please sign in to comment.