Skip to content

Commit

Permalink
Cleanup (ModelCloud#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubitium authored Jun 18, 2024
1 parent 592c0b5 commit 75c4f2e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 29 deletions.
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ A clear and concise description of what the bug is.
Information about CPU and GPU, such as RAM, number, etc.

**Software version**
Version of relevant software such as operation system, cuda toolkit, python, auto-gptq, pytorch, transformers, accelerate, etc.
Operating system and version.

Show output of:
```
nvidia-smi
```

Show output of:
```
pip show torch auto_gptq_next, transformers, accelerate, triton
```

**To Reproduce**
Steps to reproduce the behavior:
Expand Down
7 changes: 7 additions & 0 deletions .idea/AutoGPTQ.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions Dockerfile

This file was deleted.

Empty file removed tests/__init__.py
Empty file.

0 comments on commit 75c4f2e

Please sign in to comment.