Skip to content

Commit

Permalink
Merge pull request #18628 from hawkinsp:bugtemplate
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584438624
  • Loading branch information
jax authors committed Nov 21, 2023
2 parents b48254e + 6a1dde6 commit 5c03dbc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,18 @@ body:
- type: input
attributes:
label: What jax/jaxlib version are you using?
description: >
Include the output of `import jax, jaxlib; print(jax.__version__, jaxlib.__version__)`
placeholder: For example jax v0.3.0, jaxlib v0.3.0
- type: input
attributes:
label: Which accelerator(s) are you using?
placeholder: CPU/GPU/TPU
- type: input
attributes:
label: Additional system info
label: Additional system info?
description: >
Include the output of `import platform, sys, numpy; print(numpy.__version__); print(sys.version); print(platform.uname())`
placeholder: Python version, OS (Linux/Mac/Windows/WSL), etc.
- type: textarea
attributes:
Expand Down

0 comments on commit 5c03dbc

Please sign in to comment.