Bump LLaVA to version 1.1.1

This commit is contained in:
Ashley Kleynhans
2023-10-12 09:45:52 +02:00
parent dea83d8ad3
commit 4f32cbb62d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Stage 1: Base
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 as base
ARG LLAVA_VERSION=v1.1.0
ARG LLAVA_VERSION=v1.1.1
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive \

View File

@@ -11,7 +11,7 @@
* CUDA 11.8
* Python 3.10.12
* [LLaVA](
https://github.com/haotian-liu/llava) v1.1.0
https://github.com/haotian-liu/llava) v1.1.1
* Torch 2.1.0
## Available on RunPod
@@ -37,7 +37,7 @@ docker run -d \
-p 3000:3001 \
-p 8888:8888 \
-e JUPYTER_PASSWORD=Jup1t3R! \
ashleykza/llava:1.0.0
ashleykza/llava:1.1.1
```
You can obviously substitute the image name and tag with your own.