Skip to content

Commit

Permalink
Change example model
Browse files Browse the repository at this point in the history
  • Loading branch information
voatsap committed Nov 16, 2023
1 parent 5675fff commit bec8694
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions huggingface-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Also it would deploy [HuggingFace chat-ui](https://github.com/huggingface/chat-u

### Model

| Name | Description | Value |
| --------------------------- | ---------------------------------------------------- | ----------------------------------------------------- |
| `model.organization` | Models' company name on huggingface, required! | `""` |
| `model.name` | Models' name on huggingface, required! | `""` |
| `init.s3.enabled` | Turn on/off s3 data source Default: disabled | `false` |
| `init.s3.bucketURL` | Full s3 URL included path to model's folder | `s3://k8s-model-zephyr/llm/deployment/segmind/SSD-1B` |
| `huggingface.containerPort` | Deployment/StatefulSet ContainerPort, optional | `8080` |
| `huggingface.args` | Additional arg for text-generation-launcher optional | `[]` |
| Name | Description | Value |
| --------------------------- | ---------------------------------------------------- | ------------------------------------------------------------------- |
| `model.organization` | Models' company name on huggingface, required! | `""` |
| `model.name` | Models' name on huggingface, required! | `""` |
| `init.s3.enabled` | Turn on/off s3 data source Default: disabled | `false` |
| `init.s3.bucketURL` | Full s3 URL included path to model's folder | `s3://k8s-model-zephyr/llm/deployment/HuggingFaceH4/zephyr-7b-beta` |
| `huggingface.containerPort` | Deployment/StatefulSet ContainerPort, optional | `8080` |
| `huggingface.args` | Additional arg for text-generation-launcher optional | `[]` |

### Global

Expand Down

0 comments on commit bec8694

Please sign in to comment.