Igor Prots

Results 6 comments of Igor Prots

@jasonweng Hello, do you have any updates how to fix this bug?

Да, неплохо бы добавить в валидатор возможность передачи набора опций, одной из которых может быть "strict".

Yep, the same unstable issue with my parquet files. Can't understand the root cause. I use apache spark java ``` Dataset parquetFileDF = spark.read().parquet("gs://"+bucket.getBucketName()+"/"+parquetFileName); parquetFileDF.printSchema(); parquetFileDF.createOrReplaceTempView("rawData"); ``` Schema prints ok,...

Hello, could you please tell us when we should expect 24.05 version with tensorrt 10 support?

@tanmayv25 I see in the image layers LABEL TRT_VERSION=9.3.0.1 https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tritonserver/layers So 24.05 still use an old version of trt engine.

So @tanmayv25 when we should expect triton container based on trtllm v0.10.0 with TRT 10.x.x. ? It's a bit messy that versions are different and requires some time to understand...