Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Sep 4, 2024
1 parent 3d195ad commit 58e714f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
cd model
az ml model list --name cats-dogs-others --resource-group ${{ env.AZURE_RESOURCE_GROUP_NAME }} --workspace-name ${{ env.AZURE_ML_WORKSPACE_NAME }}
echo "here3 $EXPERIMENT_ID $MODEL_VERSION"
$DOWNLOAD_PATH = $PWD
DOWNLOAD_PATH=$PWD
cd ..
cd train
chmod +x ./run_download_model.sh
Expand Down
6 changes: 0 additions & 6 deletions train/run_download_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ poetry run python azureml_run_download_model.py \
--location "$AZURE_LOCATION" \
--version "$MODEL_VERSION" \
--download_path "$DOWNLOAD_PATH"

#az ml model download --name cats-dogs-others \
# --version "$MODEL_VERSION" \
# --resource-group "$AZURE_RESOURCE_GROUP_NAME" \
# --workspace-name "$AZURE_ML_WORKSPACE_NAME" \
# --stage "Development"

0 comments on commit 58e714f

Please sign in to comment.