Skip to content

Commit 38f6c61

Browse files
authored
Merge pull request #32 from RamesTheGeneric/main
Removed torch dependency, new model, and exposed deadzone setting.
2 parents 14ce7fa + 6fd9cbc commit 38f6c61

File tree

17 files changed

+90
-13696
lines changed

17 files changed

+90
-13696
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Package Application
1818
uses: JackMcKew/pyinstaller-action-windows@main
1919
with:
20-
path: Babble.CPU
20+
path: BabbleApp
2121

2222
- uses: actions/upload-artifact@v2
2323
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ BabbleApp/dist
1515
/scripts
1616
/share
1717

18-
1918
scripts/example_build_app_and_installer.bat
2019
scripts/example_build_app_and_installer.bat
2120
scripts/installer.iss
-4.58 MB
Binary file not shown.
-2.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)