Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru committed Feb 3, 2024
1 parent 90023d4 commit 8742d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ build:
python_version: "3.10"
run:
- apt update -y && apt install -y software-properties-common python3-launchpadlib && apt update -y && add-apt-repository -y ppa:git-core/ppa && apt update -y
- apt install -y gcc g++ aria2 git git-lfs wget libgl1 libglib2.0-0 ffmpeg cmake libgtk2.0-0
- apt install -y gcc g++ aria2 git git-lfs wget libgl1 libglib2.0-0 ffmpeg cmake libgtk2.0-0 libopenmpi-dev
- pip install -q torch==2.1.0+cu121 torchvision==0.16.0+cu121 torchaudio==2.1.0+cu121 torchtext==0.16.0 torchdata==0.7.0 --extra-index-url https://download.pytorch.org/whl/cu121 -U
- pip install notebook pickleshare ipywidgets imageio-ffmpeg numpy==1.23.0 pandas pyngrok deepspeed==0.12.6 decord==0.6.0 transformers==4.37.0 einops timm tiktoken accelerate
- pip install notebook pickleshare ipywidgets imageio-ffmpeg numpy==1.23.0 pandas pyngrok deepspeed==0.12.6 decord==0.6.0 transformers==4.37.0 einops timm tiktoken accelerate mpi4py
- git clone -b dev https://github.com/camenduru/MoE-LLaVA-hf /content/MoE-LLaVA-hf && cd /content/MoE-LLaVA-hf && pip install -e .
predict: "predict.py:Predictor"

0 comments on commit 8742d64

Please sign in to comment.