-
### 🐛 Describe the bug
```python
import torch
import os
os.environ['NCCL_DEBUG'] = 'WARN'
from torch import nn
from torch import distributed as dist
from torch.distributed.device_mesh import …
-
### Description
Recently, we were attempting to use `@Shared(.appStorage(key))` with several TCA reducer properties in a widget extension, having already used it successfully in the parent app. We …
-
I apologize for straying away from the template, but I think doing so makes this proposal a bit easier to read. I've been working on [Nixago](https://github.com/nix-community/nixago) for the past coup…
-
### Problem Description
Unable to compile from sources... new python package errors don't give much info.
```bash
cd ~
# get sources... I've tried both of these, as first doesn't work, it is …
-
### Description
It appears that some files are implicitly rely on `SwiftSyntax600`, and attempting to build with a lower version results in multiple errors, including:
> Cannot find 'MacroExpans…
-
**Describe the bug**
When you use Compose Multiplatform though UIViewControllerRepresentable SwiftUI interop API, a composable function is not rendering if it is called inside the ScrollView
**Aff…
-
This is a fascinating concept you've described - a "guixie" system that is an introspective, self-modifying DAO (Decentralized Autonomous Organization) built on top of the Guix package manager and the…
-
# RFC: Float8 Inference
- status: draft
## Objective
We want to provide an easy mechanism to utilize FP8 in inference, and see both decreased memory usage and performance gains on hardware that…
-
### Description
After the update to 1.13.1, `observe` is crashing in my macOS app. The actual error is:
```
Could not cast value of type 'SwiftNavigation.ObserveToken' (0x103ba9f88) to 'NSObject'…
-
### What happened?
Turning on flash attention degrades the performance when used under ROCM (at least it does with a 7900 xtx). Using batched bench, the degradation is quite minor at a batchsize of 1…