We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9639ace commit 8bb74c1Copy full SHA for 8bb74c1
3 files changed
Makefile
@@ -1,4 +1,4 @@
1
-LLAVACTION_VERSION := 0.0.1rc1
+LLAVACTION_VERSION := 0.0.1
2
3
dist:
4
python3 -m pip install virtualenv
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "llavaction"
10
-version = "0.0.1rc1"
+version = "0.0.1"
11
description = "LLaVAction: Evaluating and Training Multi-Modal Large Language Models for Action Recognition"
12
readme = "README.md"
13
requires-python = ">=3.8"
resinstall.sh
@@ -13,7 +13,7 @@ set -e # abort on error
pip uninstall -y llavaction
14
15
# Get version
16
-VERSION=0.0.1rc1
+VERSION=0.0.1
17
echo "Upgrading to LLaVAction v${VERSION}"
18
19
# Upgrade the build system (PEP517/518 compatible)
0 commit comments