Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ LocalAI
local-ai
# prevent above rules from omitting the helm chart
!charts/*
# prevent above rules from omitting the api/localai folder
!api/localai
# prevent above rules from omitting the core/**/localai folder
!core/**/localai

# Ignore models
models/*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ENV NVIDIA_VISIBLE_DEVICES=all
WORKDIR /build

COPY . .
COPY .git .
COPY .git/ .git/
RUN make prepare

# stablediffusion does not tolerate a newer version of abseil, build it first
Expand Down
302 changes: 0 additions & 302 deletions api/api.go

This file was deleted.

61 changes: 0 additions & 61 deletions api/backend/image.go

This file was deleted.

Loading