From 4c4bd31366a39710111bae054ee73cb76c772448 Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Fri, 1 Dec 2023 15:00:35 +0100 Subject: [PATCH] Release 1.0.2 (#1) * fixed #231 #291 MacOS compatibility * edited README.md --- README.md | 5 +++++ requirements.txt | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f9cb63b..4d9563571 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# AMMICO-LAVIS + +This is a fork of [LAVIS](https://github.com/salesforce/LAVIS) (release 1.0.2) that support ARM M1, M2, and M3 Macs. On MacOS it depends on [eva-decord](https://github.com/georgia-tech-db/eva-decord), instead of [decord](https://github.com/dmlc/decord) on other systems. +Supports [transformers](https://github.com/huggingface/transformers)>=4.25.0,<4.27. +


diff --git a/requirements.txt b/requirements.txt index bbc3244d2..85d5d8dc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ contexttimer -decord +decord; platform_system != "Darwin" +eva-decord; platform_system == "Darwin" einops>=0.4.1 fairscale==0.4.4 ftfy