From c103fe1df9195c466d99a68355f16ad8775c829c Mon Sep 17 00:00:00 2001 From: Alejandro Moreno Date: Fri, 3 May 2019 16:23:44 +0200 Subject: [PATCH] Initial commit --- bitnami/pytorch/.gitignore | 1 + bitnami/pytorch/LICENSE | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 bitnami/pytorch/.gitignore create mode 100644 bitnami/pytorch/LICENSE diff --git a/bitnami/pytorch/.gitignore b/bitnami/pytorch/.gitignore new file mode 100644 index 000000000000..51b4cfda1133 --- /dev/null +++ b/bitnami/pytorch/.gitignore @@ -0,0 +1 @@ +local/ diff --git a/bitnami/pytorch/LICENSE b/bitnami/pytorch/LICENSE new file mode 100644 index 000000000000..ddf3db6841a3 --- /dev/null +++ b/bitnami/pytorch/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2019 Bitnami + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file