-
### 🐛 Describe the bug
The [current implementation](https://github.com/pytorch/pytorch/blob/main/torch/utils/data/dataloader.py#L627) of `torch.autograd.profiler.record_function` within the `__next…
-
### 🐛 Describe the bug
Under certain circumstances, the `torch.profiler.profile` will crash with the following error message:
```
RuntimeError: stack.size() INTERNAL ASSERT FAILED at
"/opt/conda…
-
### 🐛 Describe the bug
when I run a task with RWKV(transformers RWKV, not directly from RWKV-LM repo) + Adam, I observe that in the second step, loss will become `NaN`.
1. When I dive into that, …
-
# Install
```
! pip install -U OpenNMT-py
! pip install -U torchtext==0.12.0 torch==1.11.0 torchdata==0.3.0
```
# Covert
```python
# From https://raw.githubusercontent.com/OpenNMT/OpenNMT…
-
Question.
I'm trying to learn to train a vision model and azure machine learning workspace notebooks.
I am trying to create an environment where i can run both Azure AI SK2 and pytourch to trai…
-
### 🐛 Describe the bug
Initial issue fixed, changed description.
I'm trying to export a model to ONNX with `torch.onnx.dynamo_export`. It's a bit of an experimental operator and it has some comp…
-
どなたかわかりますか?
NotImplementedError: No operator found for `memory_efficient_attention_forward` with inputs: query : shape=(2, 4096, 8, 40) (torch.float16) key : shape=(2, 4096, 8, 40) (torch.float16) …
-
### 🐛 Describe the bug
The different behavior of [RetrievalRecall](https://pytorch.org/torcheval/main/generated/torcheval.metrics.RetrievalRecall.html) and [RetrievalPrecision](https://pytorch.org/to…
-
## Environment
```bash
Collecting system information...
---------------------------------
System Environment Report
Created: 2023-08-21 17:44:51 CST
---------------------------------
…
-
I am trying to run inference with mistralai/Mixtral-8x22B-v0.1 model, but it is generating random output with an 8-way tensor parallel setup. Below are the details of the configuration and I think the…