Skip to content

Commit f77db24

Browse files
committed
moved Llama
1 parent d736bcb commit f77db24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/machine-learning/how-to-use-serverless-compute.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ Serverless compute can be used to fine-tune models in the model catalog such as
4242

4343
## How to use serverless compute
4444

45-
* You can fine-tune foundation models such as LLAMA 2 using these notebooks:
46-
* [Fine Tune LLAMA 2](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama-serverless-compute.ipynb)
47-
* [Fine Tune LLAMA 2 using multiple nodes](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/system/finetune/Llama-notebooks/multinode-text-classification/emotion-detection-llama-multinode-serverless.ipynb)
4845
* When you create your own compute cluster, you use its name in the command job, such as `compute="cpu-cluster"`. With serverless, you can skip creation of a compute cluster, and omit the `compute` parameter to instead use serverless compute. When `compute` isn't specified for a job, the job runs on serverless compute. Omit the compute name in your CLI or SDK jobs to use serverless compute in the following job types and optionally provide resources a job would need in terms of instance count and instance type:
4946

5047
* Command jobs, including interactive jobs and distributed training
@@ -59,6 +56,10 @@ Serverless compute can be used to fine-tune models in the model catalog such as
5956
* You can use serverless compute for responsible AI dashboard:
6057
* [AutoML Image Classification scenario with RAI Dashboard](https://github.com/Azure/azureml-examples/blob/main/sdk/python/responsible-ai/vision/responsibleaidashboard-automl-image-classification-fridge.ipynb)
6158

59+
* You can explore serverless fine-tune of foundation models using these notebooks:
60+
* [Fine Tune LLAMA 2](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama-serverless-compute.ipynb)
61+
* [Fine Tune LLAMA 2 using multiple nodes](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/system/finetune/Llama-notebooks/multinode-text-classification/emotion-detection-llama-multinode-serverless.ipynb)
62+
6263
## Performance considerations
6364

6465
Serverless compute can help speed up your training in the following ways:

0 commit comments

Comments
 (0)