-
**Problem/Use Case**
Is the input for scenedetect limited to video file paths? Does it support inputting tensors, such as videos read using [decord](https://github.com/dmlc/decord)? Additionally, c…
-
Exception has occurred: ValueError
Unable to create tensor, you should probably activate padding with 'padding=True' to have batched tensors with the same length.
RuntimeError: Could not infer dtype…
zhrli updated
1 month ago
-
## Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=795134&view=ms.vss-test-web.build-test-results-tab&runId=20468106&resultId=187477&paneView=debug
Build e…
-
I try to upload a `safetensor` to hf without success for `unsloth/Llama-3.2-3B-Instruct` via an [example](https://colab.research.google.com/drive/1T5-zKWM_5OD21QHwXHiV9ixTRR7k3iB9?usp=sharing)
```pyt…
-
- Do we want to keep the channel mask in the acq info?
- If we go with the "everything has the same >5 dimensions", it would be one of the parameters requiring an exception.
- If we keep it, shoul…
-
**Describe the bug**
I'm compressing a qwen2.5_7b model using `examples/quantization_2of4_sparse_w4a16/llama7b_sparse_w4a16.py`, but I failed to load the stage_sparsity model. The error is shown belo…
-
All the notebooks are giving a lot of errors. `The` PPOTrainer class also has a lot of other arguments that are required to be passed. for example, 'processing_class' instead of 'tokenizer', 'policy'…
-
As far as I understand it, and during some testing I kept on getting Cuda OOM errors while running code with pyinstrument where multiple models were run one after another.
While making sure there wa…
-
Repro: patch in https://github.com/pytorch/pytorch/pull/139213 (needed for an error to show up), then run the following script:
```py
import torch
import torch._functorch.config
@torch.library.c…
-
The pack-peel pipeline, matmul (m=n=1024, k=512) followed by addition of a bias (1-d vector with 1024 values) results in the final allocations (I've renamed the SSA values for clarity).
```
%bi…