Open aasthajh opened 2 years ago
Currently FasterTransformer Backend only supports reading model files and configuration files from the local disk to initialize. In later versions, we will gradually support reading configuration files and model files from kafka and the cloud.
Sorry to bring up this issue again @byshiue Is there a way to provide model path in GCS bucket to parameter "model_checkpoint_path" in config.pbtxt file now? Thank you!
Hi, I'm trying to deploy a Faster Transformer based LLM using Triton on a GCP instance. I was wondering if there's a way to provide the file path to the Google Cloud Storage bucket when passing the model check point in the
config.pbtxt
file?