-
### System Info
```Shell
Copy-and-paste the text below in your GitHub issue
- `Accelerate` version: 1.0.1
- Platform: Linux-5.4.241-1-tlinux4-0017.12-x86_64-with-glibc2.17
- `accelerate` bash…
-
Hi, I'm new to the tool, and don't want to download empty files or files which haven't changed. I tried and got the following. I'm not sure what this means and why it doesn't work...?
```
❯ waybac…
-
I'm glad the torch.compile is speeding up very quickly. On A5000 it can speed up 60%, but there's no acceleration at l4. I want to know why is it happen?
Here is my code, you can set --compile when r…
-
# Context
The purpose of this ticket is to set up the initial file that will allow xDEM to be executed via a CLI command: `xdem configfile.json`. Initially, the command will not execute any functio…
-
### Description
Using `jax_getattr` blows up if the following conditions are true:
- It is invoked inside of a function that is `jax.lax.scan`'d over (and probably other loops)
- The retrieved attr…
-
Here's what I see when trying to install.
```
$ nimble install argument_parser --verbose
Reading official package list
Downloading https://github.com/Xe/argument_parser using git
Prompt…
-
Your issue may already be reported!
Please search on the [issue tracker](https://github.com/pytorch/examples/issues) before creating one.
## Context
I am running
```
python neural_style/neural…
-
Taken from a conversation with a user:
```python
#!/usr/bin/env python3
import argparse
import visit # type: ignore
def cli_args() -> argparse.Namespace:
parser = argparse.ArgumentParser…
-
Currently every command has to be manually parsed to check if all the parameters are correct and the extract the values from them. If we'd create some kind of parser that would allow us to do this aut…
-
I would like to break away from getopt for this since it's not terribly flexible. This would also allow us to store the longer help messages that were desired in [pixie16/paass:#198](https://github.co…