-
### 🐛 Describe the bug
Similar to https://github.com/pytorch/pytorch/issues/140219 these options also fail.
Code:
```
import torch
batch_size = 32
seq_length = 50
hidden_size = 768
def tes…
-
It would be nice to have the precompilation settings vary by intended user - whether it be PySR users or Julia users.
For example, the Julia users probably want the MLJ interface precompiled.
And the…
-
I am a newbie about this.
Here's my code
It waits for the command to finish before printing the output together
```
void my_popen(NSString *input, void(^output)(NSString *output, BOOL isEn…
-
Rather than selecting a metric by name on the command line, which is cumbersome considering how many metrics there are in the base set for FUSION, we should split them up into groups and have users re…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
Reproducer
```python
import imageio.v3 as iio
import pygfx as gfx
from imgui_bundle import imgui
from wgpu.gui.auto import WgpuCanvas, run
from wgpu.utils.imgui import ImguiRenderer
sce…
-
I followed the instructions to install Marmite and start making a blog on Windows. When serving this project with `marmite --serve --watch myblog site` in Windows, and editing a file in Visual Studio …
-
Previous node doesn't wait for the next one to finish its work, before doing next task. Example: in "99 bottles" problem it's unsafe to use range with for `99..-1 -> for`. Neva-like pseudocode:
```…
-
Running the full distributed finetune recipe, I want to save memory using `torchao.prototype.low_bit_optim.AdamW8bit` optimizer. This is how I used it:
```
optimizer:
_component_: torchao.protot…
-
The same schema is registered duplicately if uploaded via maven plugin from file with CR+LF line endings (e.g. from windows workstation) and then from file with LF line endings (e.g. from jenkins pipe…