Spaces:
Build error
Build error
freemt
commited on
Commit
·
6e458f8
1
Parent(s):
edd5899
Remove that dran comma again!
Browse files- .gitignore +1 -1
- dev-git-push-hf-dev-main.bat +1 -0
- git-pull-github.bat +1 -0
- git-push.bat +2 -0
- okteto-up.bat +1 -0
- set-pythonpath.bat +1 -0
.gitignore
CHANGED
@@ -136,7 +136,7 @@ dmypy.json
|
|
136 |
|
137 |
# Cython debug symbols
|
138 |
cython_debug/
|
139 |
-
*.bat
|
140 |
*.swp
|
141 |
links/
|
142 |
# .gitignore
|
|
|
136 |
|
137 |
# Cython debug symbols
|
138 |
cython_debug/
|
139 |
+
# *.bat
|
140 |
*.swp
|
141 |
links/
|
142 |
# .gitignore
|
dev-git-push-hf-dev-main.bat
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
git push hf-dev dev:main
|
git-pull-github.bat
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
git pull github main
|
git-push.bat
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
git pull github main && ^
|
2 |
+
git push && git push github
|
okteto-up.bat
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
okteto up
|
set-pythonpath.bat
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
set pythonpath=..\align-model-pool
|