Skip to content

Commit

Permalink
Release 1.0.2 (#1)
Browse files Browse the repository at this point in the history
* fixed salesforce#231 salesforce#291 MacOS compatibility

* edited README.md
  • Loading branch information
piterand committed Dec 1, 2023
1 parent baad2d7 commit 4c4bd31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<p align="center">
<br>
<img src="docs/_static/logo_final.png" width="400"/>
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
contexttimer
decord
decord; platform_system != "Darwin"
eva-decord; platform_system == "Darwin"
einops>=0.4.1
fairscale==0.4.4
ftfy
Expand Down

0 comments on commit 4c4bd31

Please sign in to comment.