forked from turboderp/exllama
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge upstream changes, fix conflict
- Loading branch information
Showing
38 changed files
with
845 additions
and
985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
PORT=5000 | ||
RUN_UID=1000 # set to 0 to run the service as root inside the container | ||
APPLICATION_STATE_PATH=/data # path to the directory holding application state inside the container | ||
MODEL_PATH=models/LLaMA-7B-4bit-128g # replace with the actual model path on the host | ||
CONTAINER_MODEL_PATH=/app/model | ||
SESSIONS_PATH=./exllama_sessions | ||
SESSIONS_PATH=~/exllama_sessions # replace with the actual directory on the host where chat sessions should be stored |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.