Skip to content

Commit

Permalink
Support for PyTorch model (#346)
Browse files Browse the repository at this point in the history
* Add files via upload

* Add files via upload

* Add files via upload

* Update build_docker_images.sh

* Update pytorch.py

* Update pytorch_container.py

* Add files via upload

* Add files via upload

* Create deploy_pytorch_models.py

* Update deploy_pytorch_models.py

* Update deploy_pytorch_models.py

* Update deploy_pytorch_models.py

* Update deploy_pytorch_models.py

* Update deploy_pytorch_models.py

* Update pytorch.py

* Update deploy_pytorch_models.py

* Update deploy_pytorch_models.py

* Update deploy_pytorch_models.py

* Update pytorch_container.py

* Update deploy_pytorch_models.py

* Update deploy_pytorch_models.py

* Capture class dependencies

* remove prints

* Format code

* Address review comments

* Format code

* Fix container imports

* Correct print statement typo in closure container

* Format code

* Don't install clipper_admin where only cloudpickle is needed

* Add missing cloudpickle dependency in tests file
  • Loading branch information
Corey-Zumar authored and dcrankshaw committed Jan 10, 2018
1 parent 193cf8b commit 3b44a91
Show file tree
Hide file tree
Showing 16 changed files with 581 additions and 901 deletions.
1 change: 1 addition & 0 deletions bin/build_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ build_images () {
create_image pyspark-container PySparkContainerDockerfile $public
create_image tf_cifar_container TensorFlowCifarDockerfile $public
create_image tf-container TensorFlowDockerfile $public
create_image pytorch-container PyTorchContainerDockerfile $public
}


Expand Down
Loading

0 comments on commit 3b44a91

Please sign in to comment.