GoogleCloudPlatform / llm-pipeline-examples

Apache License 2.0
107 stars 26 forks source link

Change model_path to account for changes to gcsfs.recursive in Triton Image #31

Closed Chris113113 closed 1 year ago

Chris113113 commented 1 year ago

Breaking changes to the recursive flag in package gcsfs>=2023.4.0 caused builds to start failing as the models were now downloaded to a directory in the form of /workspace/all_models/Model/Model instead of /workspace/all_models/Model.

This fixes the behavior by moving the reference of the name of the Source_Dir to after downloading the model.