Jacky

Results 61 comments of Jacky

Thanks for submitting the feature request. I have filed a ticket for us to investigate further.

Hi @pragadeeshraju, would you be able to try placing a simple model onto the MinIO server, and loading it directly with Triton? This should help us check if there is...

> > export MLFLOW_TRACKING_URI=xxxxxx export TRITON_MODEL_REPO=xxxxx export AWS_ACCESS_KEY_ID=xxxxx export AWS_SECRET_ACCESS_KEY=xxx Could you check if the `AWS_DEFAULT_REGION` environment variable is set when you are using the MinIO server? We have seen...

Thanks for providing more details. I have created a ticket for us to investigate further. DLIS-5063

Hi @atobiszei, thanks for updating the OpenVINO version for Triton. We noticed there is an issue building OpenVINO on Windows `fatal: path 'versions/baseline.json' exists on disk, but not in 'db0473513e5dc73ec6b6f431ff05d2f398eea042'`....

Hi @atobiszei, the windows machine is running Windows 10 Enterprise version 20H2. The build is run on Docker which the base container is setup from [this instruction](https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/build.md#windows-and-docker). All the build...

Hi @moruga123, are you referring to https://github.com/triton-inference-server/tutorials/tree/main/HuggingFace#deploying-using-a-triton-ensemble-approach-2 tutorial? The problem I understand is when you are setting the GPU id on the instance group, the model instance is not deploying...

I think the issue is the [example Python model does not explicitly specify the device](https://github.com/triton-inference-server/tutorials/blob/main/HuggingFace/ensemble_model_repository/preprocessing/1/model.py#L38-L56) when calling the HuggingFace Transformers. I have filed a ticket for us to revisit the...

Hi, regarding > `s3://https://.:/path/to/model/repository` I don't think Triton strictly follows the S3 path style. The path format on Triton is [documented here](https://github.com/triton-inference-server/server/blob/main/docs/user_guide/model_repository.md#s3). In your case, I think the path should...

Thanks for pointing out this needs to be set manually on the S3 client. I've filed a ticket for us to expose the setting.