You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ Steps to reproduce the behavior:
31
31
- Operating system (e.g. Ubuntu/Windows/MacOS/...):
32
32
- Device (e.g. iPhone 12 Pro, PC+RTX 3090, ...)
33
33
- How you installed MLC-LLM (`conda`, source):
34
-
- How you installed TVM-Unity (`pip`, source):
34
+
- How you installed TVM (`pip`, source):
35
35
- Python version (e.g. 3.10):
36
36
- GPU driver version (if applicable):
37
37
- CUDA/cuDNN version (if applicable):
38
-
- TVM Unity Hash Tag (`python -c "import tvm; print('\n'.join(f'{k}: {v}' for k, v in tvm.support.libinfo().items()))"`, applicable if you compile models):
38
+
- TVM Hash Tag (`python -c "import tvm; print('\n'.join(f'{k}: {v}' for k, v in tvm.support.libinfo().items()))"`, applicable if you compile models):
0 commit comments