From 8c0ec2d8bb55e51ee0711d9ff9d4562033fc7bc8 Mon Sep 17 00:00:00 2001 From: Joya Chen Date: Tue, 25 Jun 2024 00:53:19 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9cdd18..dd5c801 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ By passing ```--resume_from_checkpoint chenjoya/videollm-online-8b-v1plus```, th Ensure you have Miniconda and Python version >= 3.10 installed, then run: ```sh conda install -y pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia -pip install transformers accelerate deepspeed peft editdistance Levenshtein tensorboard gradio moviepy submitit +pip install transformers accelerate deepspeed peft editdistance Levenshtein tensorboard gradio moviepy submitit submitit pip install flash-attn --no-build-isolation ``` From ea98d35defb8890070088acbb5c25dffdc553c67 Mon Sep 17 00:00:00 2001 From: Joya Chen Date: Tue, 25 Jun 2024 00:53:51 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd5c801..d9cdd18 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ By passing ```--resume_from_checkpoint chenjoya/videollm-online-8b-v1plus```, th Ensure you have Miniconda and Python version >= 3.10 installed, then run: ```sh conda install -y pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia -pip install transformers accelerate deepspeed peft editdistance Levenshtein tensorboard gradio moviepy submitit submitit +pip install transformers accelerate deepspeed peft editdistance Levenshtein tensorboard gradio moviepy submitit pip install flash-attn --no-build-isolation ```