text-generation-inference/aml
OlivierDehaene 31159266eb sha-cd5961b
2023-03-06 18:05:19 +01:00
..
deployment.yaml sha-cd5961b 2023-03-06 18:05:19 +01:00
endpoint.yaml sha-cd5961b 2023-03-06 18:05:19 +01:00
model.yaml feat(ci): push to AML registry (#56) 2023-02-06 14:33:56 +01:00
README.md feat(ci): push to AML registry (#56) 2023-02-06 14:33:56 +01:00

Azure ML endpoint

Create all resources

az ml model create -f model.yaml -g HuggingFace-BLOOM-ModelPage -w HuggingFace
az ml online-endpoint create -f endpoint.yaml -g HuggingFace-BLOOM-ModelPage -w HuggingFace
az ml online-deployment create -f deployment.yaml -g HuggingFace-BLOOM-ModelPage -w HuggingFace

Update deployment

az ml online-deployment update -f deployment.yaml -g HuggingFace-BLOOM-ModelPage -w HuggingFace