This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade ctransformer to 0.2.22, add GPUT support for StarCoder, make … (
#51) Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
- Loading branch information
1 parent
7868f37
commit 06da3db
Showing
7 changed files
with
49 additions
and
9 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
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,6 +1,6 @@ | ||
apiVersion: v2 | ||
appVersion: 0.9.0 | ||
appVersion: 0.10.0 | ||
description: A Helm chart for ialacol | ||
name: ialacol | ||
type: application | ||
version: 0.9.0 | ||
version: 0.10.0 |
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
2 changes: 1 addition & 1 deletion
2
examples/values/llama2-7b-chat-cuda11.yaml → examples/values/llama2-7b-chat-cuda12.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
replicas: 1 | ||
deployment: | ||
image: quay.io/chenhunghan/ialacol-cuda12:latest | ||
env: | ||
DEFAULT_MODEL_HG_REPO_ID: TheBloke/Starcoderplus-Guanaco-GPT4-15B-V1.0-GGML | ||
DEFAULT_MODEL_FILE: starcoderplus-guanaco-gpt4.ggmlv1.q4_0.bin | ||
GPU_LAYERS: 40 | ||
resources: | ||
{} | ||
cache: | ||
persistence: | ||
size: 20Gi | ||
accessModes: | ||
- ReadWriteOnce | ||
storageClassName: ~ | ||
cacheMountPath: /app/cache | ||
model: | ||
persistence: | ||
size: 20Gi | ||
accessModes: | ||
- ReadWriteOnce | ||
storageClassName: ~ | ||
modelMountPath: /app/models | ||
service: | ||
type: ClusterIP | ||
port: 8000 | ||
annotations: {} | ||
nodeSelector: {} | ||
tolerations: [] | ||
affinity: {} |
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