danieldunderfelt commited on
Commit
249a092
·
1 Parent(s): 380c08c

Move vertex scripts to own folder.

Browse files
.gitignore CHANGED
@@ -1,3 +1,3 @@
1
  .venv
2
  __pycache__
3
- /model
 
1
  .venv
2
  __pycache__
3
+ /vertex/model
deploy-vertex-model.sh → vertex/deploy-vertex-model.sh RENAMED
File without changes
model_handler.py → vertex/model_handler.py RENAMED
File without changes
package_torchserve.py → vertex/package_torchserve.py RENAMED
File without changes
requirements-vertex.txt → vertex/requirements-vertex.txt RENAMED
File without changes