geekwenjie

Results 6 issues of geekwenjie

In the example ai.djl.examples.inference.clip.ImageTextComparison, running on GPU causes an error. Is this because tokenizers do not support GPU? The GPU error log is shown below: ` Exception in thread "main"...

When using the yolo-world example:https://github.com/deepjavalibrary/djl/blob/master/examples/src/main/java/ai/djl/examples/inference/cv/YoloWorld.java,the candidates parameter in VisionLanguageInput only works if exactly two labels are provided. If the candidates array contains only one label or more than two, the...

bug

It seems the 5080 requires CUDA >= 12.8, but DJL only supports up to 12.4. GPU 处理器: NVIDIA GeForce RTX 5080 驱动程序版本: 572.70 驱动器类型: DCH The following error occurred when...

os:macos m1 run https://github.com/deepjavalibrary/djl/blob/master/examples/src/main/java/ai/djl/examples/inference/SpeechRecognition.java `Exception in thread "main" ai.djl.engine.EngineException: Unknown qengine at ai.djl.pytorch.jni.PyTorchLibrary.moduleLoad(Native Method) at ai.djl.pytorch.jni.JniUtils.loadModule(JniUtils.java:1789) at ai.djl.pytorch.engine.PtModel.load(PtModel.java:99) at ai.djl.repository.zoo.BaseModelLoader.loadModel(BaseModelLoader.java:172) at ai.djl.repository.zoo.Criteria.loadModel(Criteria.java:151) at smartai.examples.face.Test.main(Test.java:67)`