-
https://platform.openai.com/docs/api-reference/completions/object#completions/object-usage
What about add usage in trt ensemble models to return the token usage like openai? At lease the prompt and o…
-
Hello,
I was trying to load a finetuned model for the VSR task. I followed the indications on the repository and the jupyter notebook (below you can see that I tried to import modules from the avhu…
-
**Is your feature request related to a problem? Please describe.**
In the forecasting module, the evaluate function currently lets a user use timeseries cross-validation to compare different forecast…
-
**Description**
Hi Team,
I tried to config my ensemble model with reshape : https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/user_guide/model_configuration.html#resha…
-
I have installed all the libraries and whenever I am running `bash examples/wavllm/scripts/inference_sft.sh $model_path $data_name`. The code is throwing the error as _pickle.UnpicklingError: invalid …
-
**Description**
I have specified [-1, 1024] as the output dimensions for my ensemble model, but the output is still reshaped to [1024].
**Triton Information**
NVIDIA Release 24.03 (build 86102629…
-
We need to create a benchmark suite to measure the running time of the inference queries for different input data shapes and models. This benchmark suite will help us to spot where the bottlenecks in …
-
Hi AutoGluon team,
I'm using TabularPredictor for temporally ordered tabular data and need more flexible cross-validation options. The current CV methods and "groups" parameter don't suffice for ma…
-
I was going to use an ensemble as a part of my time series cross validation. This did not work. Here is my code.
```
# Create average ensemble and add to the modeltime table
ml_mtbl %
combi…
-
Hi,
If I've ran TabularPredictor.fit() and I've got a model that I like with all the HP optimsations and feature selections, how do I then refit that exact set of models and weighted ensemble with …