Skip to content

Releases: ashleykleynhans/llava-docker

1.6.0

19 Apr 14:25
b1d12e2
Compare
Choose a tag to compare
  • Bumped to latest LLaVA commit.
  • Added JUPYTER_LAB_PASSWORD so that a password can be set to access Jupyter Lab.
  • Use new base image to simplify maintaining and building the image.
  • Added badges.

1.4.6

12 Mar 18:32
ec24c03
Compare
Choose a tag to compare
  • Use buildx bake to build the Docker image.
  • Bump runpodctl to version v1.14.2.
  • Add xformers 0.0.23.post1 back.
  • Fixed bug where SSH service didn't start if no PUBLIC_KEY environment variable was set.

1.4.5

02 Mar 10:21
e1ad6d2
Compare
Choose a tag to compare
  • Removed password for Jupyter.
  • Added environment variable VENV_PATH to enable setting a custom path for the application venv, with a default of /workspace/venvs/llava .
  • Supports sharing a network volume with other applications.

1.4.4

21 Feb 14:34
1cd2cef
Compare
Choose a tag to compare

1.4.3

09 Feb 14:27
1f2fcf7
Compare
Choose a tag to compare
  • Bumped to latest LLaVA commit.
  • Fixed Flask API.

1.4.1

06 Feb 11:39
7865044
Compare
Choose a tag to compare
  • Bumped to latest LLaVA commit.
  • Prevent start.sh script from crashing on errors.

1.4.0

05 Feb 15:57
666a2fc
Compare
Choose a tag to compare
  • Bumped to latest LLaVA commit.
  • Bumped torch to version 2.1.2.
  • Removed xformers.
  • Download the default model (liuhaotian/llava-v1.6-mistral-7b) into the Docker image so that it does not have to be downloaded at runtime.
  • Sync the model to /workspace when the container starts so that models can persist on persistent storage.
  • Start ssh and Jupyter before syncing to /workspace.

1.3.2

05 Feb 06:52
8140d38
Compare
Choose a tag to compare
  • Bumped to latest LLaVA commit.
  • Reverted ENTRYPOINT to CMD so that docker command overrides can be applied.

1.3.1

04 Feb 06:42
4c2e8ce
Compare
Choose a tag to compare
  • Bumped to latest LLaVA commit.
  • Added screen.
  • Added tmux.
  • Added speedtest-cli.
  • Added croc.
  • Added rclone.

1.3.0

31 Jan 10:28
3bbcc48
Compare
Choose a tag to compare
  • Bumped LLaVA to v1.2.0 (LLaVA 1.6).
  • Changed default model to liuhaotian/llava-v1.6-mistral-7b.
  • Changed Flask API default model to liuhaotian/llava-v1.6-mistral-7b.