Saeid Ghafouri

Results 38 comments of Saeid Ghafouri

@axsaucedo have you found a solution to this? I also cannot read the logs.

Hey @adriangonz, Sure, no problem. Since the setting.json is also injected by env vars why the same env var is not used for the initialization as well? so it will...

@MattiaGallegati Thank you for your feedback, I basically extended [microservice.py](https://github.com/SeldonIO/seldon-core/blob/3868e166c80485da7575b63b64f87a7e0745e02a/python/seldon_core/microservice.py) file and added an extra endpoint for my work, however that required to copy my patch of Seldon core in...

Hey @adriangonz, sorry for the late reply. This is the foldering: ```bash mc tree minio/language-models minio/language-models └─ onnx-gpt2 └─ 1 ``` and ```bash mc ls minio/language-models/onnx-gpt2/1 [2022-08-27 17:56:31 UTC] 622MiB...

Hey @adriangonz, You're welcome Sure, here is the requested information: 1. using `curl -s http://localhost:32000/seldon/default/gpt2-separate/v2/models/onnx-gpt2` I get the following, ``` {"status":{"code":500,"info":"Get \"http://gpt2-separate-default-onnx-gpt2.default.svc.cluster.local.:9001/v2/models/onnx-gpt2\": dial tcp 10.152.183.124:9001: i/o timeout","status":"FAILURE"}}% ``` 2. Not...

Hey @adriangonz, Using the following: ``` apiVersion: machinelearning.seldon.io/v1 kind: SeldonDeployment metadata: name: gpt2-separate spec: annotations: seldon.io/engine-separate-pod: "true" protocol: v2 predictors: - name: default graph: name: onnx-gpt2 implementation: TRITON_SERVER modelUri: s3://language-models...

> Hey @adriangonz, > > You're welcome Sure, here is the requested information: > > 1. using `curl -s http://localhost:32000/seldon/default/gpt2-separate/v2/models/onnx-gpt2` I get the following, > > ``` > {"status":{"code":500,"info":"Get \"http://gpt2-separate-default-onnx-gpt2.default.svc.cluster.local.:9001/v2/models/onnx-gpt2\":...

Hey @adriangonz, Sure, there you go [res.txt](https://github.com/SeldonIO/seldon-core/files/9498914/res.txt)

Hi @adriangonz , I share here some of the stats that I very much needed during my experiments that could be useful to have in mind when implementing this feature:...