Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haotian-liu committed May 1, 2023
1 parent 871bbd4 commit 7c63df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pip install -e .
```

**NOTE**:
[Update 4/29/23] We have successfully moved LLaVA framework to this repo, without the need of a special `transformers` modified by us. Please make sure that the `transformers` used is from `huggingface/transformers` at `cae78c46` (we will test stable versions soon). If you install our repo before `4/29/23`, please reinstall `transformers` following the commands below.
[Update 4/30/23] We have successfully moved LLaVA framework to this repo, without the need of a special `transformers` modified by us. Please make sure that the `transformers` used is from `huggingface/transformers` at `cae78c46` (we will test stable versions soon). If you install our repo before `4/30/23`, please reinstall `transformers` following the commands below.

You may try running the following command to make sure the version is correct.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llava"
version = "0.0.1"
version = "0.1.0"
description = "Towards GPT-4 like large language and visual assistant."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 7c63df1

Please sign in to comment.