Skip to content

Commit

Permalink
Merge branch 'main' into shjondhale/fix_numpy_dtype_nbk
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvin2187 authored Jan 29, 2025
2 parents 46c5564 + 7a695fd commit 9456b58
Show file tree
Hide file tree
Showing 30 changed files with 732 additions and 732 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN pip install 'ipykernel~=6.0' \
'py-spy==0.3.12' \
'debugpy~=1.6.3'
RUN pip install \
azure-ai-ml==1.2.0 \
azure-ai-ml>=1.23.1 \
azureml-inference-server-http~=0.7.0 \
inference-schema~=1.4.2.1 \
MarkupSafe==2.0.1 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ finetuning_pipeline_component="transformers_image_classification_pipeline"
process_count_per_instance=$gpus_per_node # set to the number of GPUs available in the compute

# 1. Install dependencies
pip install azure-ai-ml==1.8.0
pip install azure-ai-ml>=1.23.1
pip install azure-identity==1.13.0

# 2. Setup pre-requisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ finetuning_pipeline_component="transformers_image_classification_pipeline"
process_count_per_instance=$gpus_per_node # set to the number of GPUs available in the compute

# 1. Install dependencies
pip install azure-ai-ml==1.8.0
pip install azure-ai-ml>=1.23.1
pip install azure-identity==1.13.0

# 2. Setup pre-requisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ finetuning_pipeline_component="mmdetection_image_objectdetection_instancesegment
process_count_per_instance=$gpus_per_node # set to the number of GPUs available in the compute

# 1. Install dependencies
pip install azure-ai-ml==1.8.0
pip install azure-ai-ml>=1.23.1
pip install azure-identity==1.13.0

# 2. Setup pre-requisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ finetuning_pipeline_component="mmdetection_image_objectdetection_instancesegment
process_count_per_instance=$gpus_per_node # set to the number of GPUs available in the compute

# 1. Install dependencies
pip install azure-ai-ml==1.8.0
pip install azure-ai-ml>=1.23.1
pip install azure-identity==1.13.0

# 2. Setup pre-requisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ process_count_per_instance=$gpus_per_node # set to the number of GPUs available
instance_count=$instance_count

# 1. Install dependencies
pip install azure-ai-ml==1.8.0
pip install azure-ai-ml>=1.23.1
pip install azure-identity==1.13.0

# 2. Setup pre-requisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mmtracking_sample_request_data="./sample_request_data.json"
finetuning_pipeline_component="mmtracking_video_multi_object_tracking_pipeline"

# 1. Install dependencies
pip install azure-ai-ml==1.8.0
pip install azure-ai-ml>=1.23.1
pip install azure-identity==1.13.0

# 2. Setup pre-requisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies:
- python=3.9
- pip=21.2.4
- pip:
- azure-ai-ml==1.5.0
- azure-ai-ml>=1.23.1
- azure-core==1.26.4
- azure-identity==1.13.0b3
- azureml-inference-server-http
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/endpoints/online/llm/langchain/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-ai-ml==1.5.0
azure-ai-ml>=1.23.1
azure-core==1.26.4
azure-identity==1.13.0b3
azureml-inference-server-http
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/endpoints/online/llm/src/sk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ flask[async]
azure-keyvault
azure-keyvault-secrets
azure-mgmt-keyvault
azure-ai-ml==1.23.1
azure-ai-ml>=1.23.1
pyyaml
azure-cli
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"metadata": {},
"outputs": [],
"source": [
"! pip install azure-ai-ml==1.8.0\n",
"! pip install azure-ai-ml>=1.23.1\n",
"! pip install azure-identity==1.13.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"metadata": {},
"outputs": [],
"source": [
"! pip install azure-ai-ml==1.8.0\n",
"! pip install azure-ai-ml>=1.23.1\n",
"! pip install azure-identity==1.13.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"metadata": {},
"outputs": [],
"source": [
"! pip install azure-ai-ml==1.8.0\n",
"! pip install azure-ai-ml>=1.23.1\n",
"! pip install azure-identity==1.13.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"metadata": {},
"outputs": [],
"source": [
"! pip install azure-ai-ml==1.8.0\n",
"! pip install azure-ai-ml>=1.23.1\n",
"! pip install azure-identity==1.13.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"metadata": {},
"outputs": [],
"source": [
"! pip install azure-ai-ml==1.8.0\n",
"! pip install azure-ai-ml>=1.23.1\n",
"! pip install azure-identity==1.13.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"metadata": {},
"outputs": [],
"source": [
"! pip install azure-ai-ml==1.8.0\n",
"! pip install azure-ai-ml>=1.23.1\n",
"! pip install azure-identity==1.13.0"
]
},
Expand Down
Loading

0 comments on commit 9456b58

Please sign in to comment.