Skip to content

Commit 41d36c9

Browse files
committed
Update CHANGELOG for v0.4.0
1 parent 884e0d4 commit 41d36c9

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.0]
10+
11+
### Changed
12+
13+
14+
```
15+
Usage: hugie endpoint create [OPTIONS] [DATA]
16+
17+
Create an endpoint
18+
19+
Args: data (str): Path to JSON data to create the endpoint
20+
21+
Arguments:
22+
[DATA] Path JSON data to create the endpoint
23+
24+
Options:
25+
--account-id TEXT ID of the account (for private endpoints)
26+
--name TEXT Name of the endpoint [default: hf-endpoint]
27+
--type TEXT Type of endpoint, one of ['public', 'protected',
28+
'private']
29+
--accelerator TEXT Accelerator to use. One of ['CPU','GPU'] [default:
30+
cpu]
31+
--instance-type TEXT [default: c6i]
32+
--instance-size TEXT [default: small]
33+
--min-replica INTEGER Minimum number of replicas [default: 1]
34+
--max-replica INTEGER Maximum number of replicas [default: 1]
35+
--framework TEXT Framework to use [default: custom]
36+
--repository TEXT Name of the hf model repository [default: t5-small]
37+
--revision TEXT Revision of the hf model repository [default: main]
38+
--task TEXT Task of the model [default: text-generation]
39+
--image TEXT Image to use from huggingface or tgi [default:
40+
huggingface]
41+
--vendor TEXT Vendor to use. One of ['aws','gcp'] [default: aws]
42+
--region TEXT Vendor specific region, e.g. 'us-east-1' [default:
43+
us-east-1]
44+
--json Prints the full output in JSON.
45+
--help Show this message and exit.
46+
```
47+
48+
`hugie endpoint create` now received params with all the fields of the endpoint configuration file. This means you can easily deploy an endpoint by simply changing only the params that are neccesary away from the default
49+
950
## [0.2.0..0.3.2] 2023-07-27
1051

1152
### Added

0 commit comments

Comments
 (0)