Update Wall-X to 1.1.0 (#104)
This commit is contained in:
@@ -1,30 +1,27 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
name: 'Bug Report (English)'
|
||||
about: Report a bug encountered while using or reproducing the Wall-X model
|
||||
title: '[Bug] '
|
||||
labels: 'bug, needs-triage'
|
||||
name: Bug Report
|
||||
about: Report a bug encountered while using Wall-X
|
||||
title: "[Bug] "
|
||||
labels: bug, needs-triage
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Run command '....'
|
||||
3. See error
|
||||
1. Run command `...`
|
||||
2. Use config `...`
|
||||
3. See error `...`
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Logs & Screenshots**
|
||||
If applicable, add the complete error message (traceback) and screenshots to help explain your problem.
|
||||
**Environment**
|
||||
- OS:
|
||||
- Python:
|
||||
- PyTorch:
|
||||
- CUDA:
|
||||
|
||||
**Logs**
|
||||
Paste the relevant error message or traceback.
|
||||
|
||||
+16
-16
@@ -2,25 +2,25 @@ name: Pre-commit
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master, develop ]
|
||||
branches: [main, master, develop]
|
||||
pull_request:
|
||||
branches: [ main, master, develop ]
|
||||
branches: [main, master, develop]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install pre-commit
|
||||
run: pip install pre-commit
|
||||
|
||||
- name: Run pre-commit
|
||||
run: pre-commit run --all-files
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Install pre-commit
|
||||
run: pip install pre-commit
|
||||
|
||||
- name: Run pre-commit
|
||||
run: pre-commit run --all-files
|
||||
|
||||
Reference in New Issue
Block a user