-
Photo's should be names in the format --
e.g. 2HMK-01-00-DJL-002-M06-01-01-02-CraigSmith
-
## Description
I am trying to combine the [MNIST tutorial](https://github.com/deepjavalibrary/djl/blob/5ab2685b01b13ccceb99a0ca1667112b2b68e4f3/jupyter/tutorial/02_train_your_first_model.ipynb) with …
-
## Description
I followed the recipe given [here](https://docs.djl.ai/docs/serving/serving/docs/lmi/tutorials/trtllm_manual_convert_tutorial.html) to manually convert teknium/OpenHermes-2.5-Mistral-7…
-
I have modified a custom target detection network and trained it to get pytorch weights, can I load this model for inference using DJL? How should I do it? Thank you!
Xhran updated
2 months ago
-
## Description
What's the solutions of concurrency for AI model inference in DJL? Multithreads can access a model in the same time? Support Nvidia Triton?
Will this change the current api? How…
-
## Description
Use same onnx model as input to transform to tensorrt model with trtexec,if fix input format djl runs ok:
```
TensorRT-8.4.1.5/bin/trtexec --onnx=models/model.onnx --shapes=inpu…
-
## Description
Currently pytorch models using torchtext modules cannot be loaded with DJL pytorch engine
I tried loading the `_torchtext.so` from python site packages in DJL with "PYTORCH_EXTRA_…
-
## Description
GaussianBlur of PyTorch
Hello DJL,
I need a gauss filter to blur the input image. But I can't find API in DJL.
Should I do blurring in Image pixel level before DJL, like wit…
-
## Description
NDArray#get fails with pick index for multidimensional arrays:
Executing code:
```
NDArray target = manager.arange(6).reshape(3, 2);
NDArray index = manager.create(new long[] {0, 2…
-
I have a finetuned llama 2 7B chat model which I am deploying to an endpoint using DJL container. After deploying when I tested the model, the model output quality has degraded (The output seems to be…
ghost updated
4 months ago