-
run_amd crashes during modelsearch. No results.csv file produced (model 5).
Can you help?
res cutoff}, index=get_ids(model))
File "/miniconda/envs/r-reticulate/lib/python3.8/site-packages/pand…
-
Is there a way to support pipelines with CPU offloading enabled?
It seems currently unable to handle this condition
```python
import gc
import torch
from diffusers import StableDiffusion3Pipe…
-
### 🐛 Describe the bug
torchbench_amp_bf16_inference
- [ ] `sam_fast`
Traceback (most recent call last):
File "/home/sdp/actions-runner/_work/torch-xpu-ops/pytorch/benchmarks/dynamo/common.p…
-
```
CUDA_VISIBLE_DEVICES=0 python test/on_chip.py --prefill 124928 --budget 4096 \
--chunk_size 8 --top_p 0.9 --temp 0.6 --gamma 6
Loading checkpoint shards: 100%|█████████████████████████████████…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
### Your current environment
```text
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC vers…
-
In many ML algorithms, UMAP and HDBSCAN are used together to separate data into different clusters, and once trained, they are also used to predict/assign new data into the clusters.
We took this …
-
Following what was done by @ChainYo in Transformers, in the [ONNXConfig: Add a configuration for all available models](https://github.com/huggingface/transformers/issues/16308) issue, the idea is to a…
-
Errors as the following:
(.venv) (base) pengxiong@PENGMacPro PDF-Extract-Kit % python pdf_extract.py --pdf demo/demo1.pdf
[2024-07-19 20:17:51,713] [ ERROR] check_version.py:39 - Error fetching …
-
## 🐛 Bug
I'm trying to export a PyTorch model using TorchScript.
This model uses nn.Sequential modules that forward() an input List[Tensor] to output List[Tensor] (the nn.Sequential modules have…