-
**Describe the bug**
floating point min=-1.7976931348623157e+308 and max=1.7976931348623157e+308 is written as
-1.797693135e+308
1.797693135e+308
and so, it is read as -inf and +inf respectively…
-
I tried to compare the speed difference of the same model on CPU and GPU. Here is my code:
```
import numpy as np
import pandas as pd
import time
import cudf
import cupy as cp
from cuml.linear_model i…
-
示例的图片,12.jpg可以正常运行,但是自测了一张文档,报错rec模型和cls模型**batch_size**太小。之后将两个模型的batch_size调整成256之后,报显存太小,因此之后对**det模型的后处理进行调整**,将det_box切割成batch_size=5去预测,发现预测的速度非常慢,一张普通图片的时间要5s,显卡配置为rtx3090ti,请问下想提高性能怎么解决?
修改…
-
### 问题描述 Issue Description
在mac os使用cmake时,会遇到部分包无法访问的问题,其中有部分看起来要从gitlab访问的私有库,如https://gitlab.mpcdf.mpg.de/mtr/pocketfft.git/
fatal: unable to access 'https://github.com/Cyan4973/xxHash.git/': gnu…
-
Recently [we found](https://github.com/rapidsai/cudf/issues/9389) that DLPack has this requirement noted in the header:
https://github.com/dmlc/dlpack/blob/a02bce20e2dfa0044b9b2ef438e8eaa7b0f95e96/in…
-
**Describe the bug**
I am fitting many (hundreds) umap models to various subsets of several datasets and then transforming the full dataset (2M points) into the reduced space. When transforming I s…
jiho updated
6 months ago
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
I followed the official tutorial about [Install MLC LLM Python Package](https://llm.mlc.ai/docs/install/mlc_llm.html#install-mlc-…
-
**Describe the bug**
I am trying to build ONNXRuntime v1.8.0 on RPi Zero. During building I get a pthread linking error. Here is the full stack trace
```
pi@raspberrypi:~/onnxruntime $ bash build…
-
**Describe the bug**
A clear and concise description of what the bug is.
`cuml.model_selection.train_test_split` does not work like `sklearn.model_selection.train_test_split` when passing a datafram…
-
## 🐛 Bug
The just released Qwen2 has the same architecture as the previous Qwen1.5, so theoretically it should be able to run directly. In fact, the model was quantized and compiled without errors.…