Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jul 8, 2024
1 parent 5a3a819 commit e9c9bc3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.2.2-runtime-ubuntu22.04
FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ help:
.PHONY: build-push
build-push:
docker login ghcr.io
docker build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:1.2.4 .
docker build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:1.2.5 .

.PHONY: download-models
download-models:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for more information.
]]></description>
<version>1.2.4</version>
<version>1.2.5</version>
<licence>MIT</licence>
<author mail="mklehr@gmx.net" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -25,7 +25,7 @@ See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_ma
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/llm2</image>
<image-tag>1.2.4</image-tag>
<image-tag>1.2.5</image-tag>
</docker-install>
<scopes>
<value>AI_PROVIDERS</value>
Expand Down
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash
PATH="/root/.local/bin/:$PATH"
CMAKE_ARGS="-DLLAMA_CUDA=on"
export PATH="/root/.local/bin/:$PATH"
export CMAKE_ARGS="-DLLAMA_CUDA=on"
source $(poetry env info --path)/bin/activate
poetry install
cd lib
Expand Down

0 comments on commit e9c9bc3

Please sign in to comment.