-
### 🐛 Describe the bug
As mentioned in this [blog](https://dev-discuss.pytorch.org/t/higher-order-operators-2023-10/1565), HigherOrderOperator does not support graph break inside the input/output fun…
-
### 🐛 Describe the bug
The error was triggered during training using torch.compile with DDP and SyncBatchNorm.
DDP + SyncBatchNorm, working normally
torch.compile + DDP, working normally
torch.c…
-
Logs showing a failure to configure the toolchain using your automatic discovery code:
```
...
File "D:\appmana\.venv\Lib\site-packages\torch\_dynamo\output_graph.py", line 1465, in _call_user_…
-
Hi @hongxiayang @hliuca ,
It seems like float8 training using `torchao.float8` is not support at the moment. Is there a different library or code path I should be using for float8 training or what …
-
## ❓ Question
im able to `torch.export` and generate an ExportedProgram with no issues for my model. upon compiling with `torch_tensorrt`...
```python
ep = torch.export.load("...")
example_inpu…
-
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-apigateway.AwsIntegrationProps.html
The type for `service` (name) is simply `string`, while this may be adequate for services …
-
**Hi, I'm trying to test training a dreambooth LoRA for SD1.5 faster on 4 GPUs as compared to 1 GPU. Would love any and all help!**
I'm using code from the commit https://github.com/agarwalml/kohy…
-
When I run sst dev and try to call a lambda function that has a linked dynamodb table using api gateway route, it will always crash with internal server error. Cloudwatch logs show that somekind of ti…
-
Platforms: mac, macos, linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_std_mean_cpu_float16&suite=TestInduc…
-
### 🐛 Describe the bug
Hi,
Dynamo can capture the stream and its runtime API with this PR https://github.com/pytorch/pytorch/pull/93808.
Stream APIs can be traced into the FX graph and no graph…