-
**Description**
I've used triton to serve my model using `onnx_backend` run with `TensorRT FP16` but inference results are incorrect.
I've run with `TensorRT FP32`, then the result is correct.
…
-
Hi,
Thank for making nQuire. I've installed and run the program successfully (and easily, great job!). I'm testing nQuire on a mixed bacterial sample of somewhat known composition. In this case, th…
-
Hello! Very minor because I can always download the data manually in a browser but I think the SSL certificate for the urchins data may have expired, I can't use read_csv to download the data from the…
-
When using `tab_model` on a large model, it recomputes the model with `stats::update()`.
Ben Bolker showed me that this can be turned off with `tab_model(mod, show.r2=FALSE, show.icc=FALSE, show.re…
-
**Is your feature request related to a problem? Please describe.**
I am trying to run LocalAI more efficiently on a Orange Pi 5B, which have an NPUm and Arm Mali-G610 GPU.
**More specifically:**
…
-
Bringing together notes for different cases of prediction results. This does not include conditional forecasting as in TSA, but includes non-linear and non-normal models.
example, simplest case OLS: …
-
First, thanks for all your work on this repo, it's great stuff!
After fine-tune, how to correctly save the text encoder for use with:
CLIPTextModel.from_pretrained & StableDiffusionXLPipeline.from…
-
Hi,
I am training a Faster-RCNN-like architecture and wanted to log the detection losses on the validation dataset. To obtain these losses, I passed in the `targets` of the validation data to the `…
-
Possibly naive suggestion, I wonder if we can lower VRAM usage and/or improve speed using https://github.com/microsoft/DeepSpeed ?
-
When used with GoodJob, retrying a failed job raises a NoMethodError: "undefined method `utc' for an instance of Float".
Backtrace:
```
Error:
RetryJobTest#test_job_with_AcidicJob_mixed_in_raise…