Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Removing v1alpha2 version (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge authored and k8s-ci-robot committed Feb 7, 2019
1 parent 9129fa5 commit c71ee04
Show file tree
Hide file tree
Showing 84 changed files with 30 additions and 6,252 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ install:
- gometalinter --install

script:
- go build -o pytorch-operator.v2 github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v2
- go build -o pytorch-operator.v1beta1 github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v1beta1
- gometalinter --config=linter_config.json ./pkg/...
# We customize the build step because by default
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM debian:jessie

COPY pytorch-operator.v2 /pytorch-operator.v2
COPY pytorch-operator.v1beta1 /pytorch-operator.v1beta1

ENTRYPOINT ["/pytorch-operator", "-alsologtostderr"]
2 changes: 0 additions & 2 deletions build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ echo "Create symlink to GOPATH"
mkdir -p ${GOPATH}/src/github.com/kubeflow
ln -s ${CONTEXT_DIR} ${GO_DIR}
cd ${GO_DIR}
echo "Build pytorch operator v1alpha2 binary"
go build github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v2
echo "Build pytorch operator v1beta1 binary"
go build github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v1beta1

Expand Down
58 changes: 0 additions & 58 deletions cmd/pytorch-operator.v2/app/options/options.go

This file was deleted.

173 changes: 0 additions & 173 deletions cmd/pytorch-operator.v2/app/server.go

This file was deleted.

49 changes: 0 additions & 49 deletions cmd/pytorch-operator.v2/main.go

This file was deleted.

2 changes: 1 addition & 1 deletion examples/mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains an example where mnist is trained. This example is also use

The python script used to train mnist with pytorch takes in several arguments that can be used
to switch the distributed backends. The manifests to launch the distributed training of this mnist
file using the pytorch operator are under the respective version folders: [v1alpha2](./v1alpha2) and [v1beta1](./v1beta1).
file using the pytorch operator are under the respective version folders: [v1beta1](./v1beta1).
Each folder contains manifests with example usage of the different backends.

**Build Image**
Expand Down
32 changes: 0 additions & 32 deletions examples/mnist/v1alpha2/pytorch_job_mnist_gloo.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions examples/mnist/v1alpha2/pytorch_job_mnist_nccl.yaml

This file was deleted.

Loading

0 comments on commit c71ee04

Please sign in to comment.