Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reminder config to issue template and print DS version in env #35156

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Ben-Schneider-code
Copy link
Contributor

What does this PR do?

Resolves: #34145

  • Add a reminder to include config info in the code repro
  • Add DeepSpeed version info to transformers-cli env

I ended up adding this when I was debugging the ds version related stuff in #31867, collecting ds version info here is handy and would be consistent with TRL which collects ds version info in their env scripts already.
If you don't want to collect ds version in the env script, let me know and I can remove that commit. 🤗

What it looks like:

Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points. 

- `transformers` version: 4.48.0.dev0
- Platform: Linux-5.15.0-86-generic-x86_64-with-glibc2.35
- Python version: 3.10.14
- Huggingface_hub version: 0.25.0
- Safetensors version: 0.4.5
- Accelerate version: 0.34.2
- Accelerate config:    not found
- DeepSpeed version: 0.16.1
- PyTorch version (GPU?): 2.4.1+cu121 (True)
- Tensorflow version (GPU?): 2.15.1 (False)
- Flax version (CPU?/GPU?/TPU?): 0.7.0 (cpu)
- Jax version: 0.4.13
- JaxLib version: 0.4.13
- Using distributed or parallel set-up in script?: <fill in>
- Using GPU in script?: <fill in>
- GPU type: NVIDIA A100-SXM4-80GB

(test_transformers) b3schnei@growl:~/transformers_debug/transformers$ pip uninstall deepspeed
Found existing installation: deepspeed 0.16.1
Uninstalling deepspeed-0.16.1:
Proceed (Y/n)? y
  Successfully uninstalled deepspeed-0.16.1
(test_transformers) b3schnei@growl:~/transformers_debug/transformers$ transformers-cli env
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points.

- `transformers` version: 4.48.0.dev0
- Platform: Linux-5.15.0-86-generic-x86_64-with-glibc2.35
- Python version: 3.10.14
- Huggingface_hub version: 0.25.0
- Safetensors version: 0.4.5
- Accelerate version: 0.34.2
- Accelerate config:    not found
- DeepSpeed version: not installed
- PyTorch version (GPU?): 2.4.1+cu121 (True)
- Tensorflow version (GPU?): 2.15.1 (False)
- Flax version (CPU?/GPU?/TPU?): 0.7.0 (cpu)
- Jax version: 0.4.13
- JaxLib version: 0.4.13
- Using distributed or parallel set-up in script?: <fill in>
- Using GPU in script?: <fill in>
- GPU type: NVIDIA A100-SXM4-80GB

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review?

@ArthurZucker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request more specific info from bug reporters when opening deepspeed issues
1 participant