From 461f144b17d44ac6c914c27ea9ce397e9881001d Mon Sep 17 00:00:00 2001 From: Eren Date: Thu, 21 Jun 2018 15:46:20 +0200 Subject: [PATCH] unix line endings --- .compute | 7 ++++--- .install | 8 ++++---- requirements.txt | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.compute b/.compute index 673cbe27..6cbb79f2 100644 --- a/.compute +++ b/.compute @@ -1,3 +1,4 @@ -#!/bin/bash -source ../tmp/venv/bin/activate -python train.py --config_path config.json +#!/bin/bash +source ../tmp/venv/bin/activate +export PYTHONPATH=' +python train.py --config_path config.json \ No newline at end of file diff --git a/.install b/.install index 48731936..e977c98b 100644 --- a/.install +++ b/.install @@ -1,4 +1,4 @@ -#!/bin/bash -virtualenv -p python3 ../tmp/venv -source ../tmp/venv/bin/activate -pip install --no-cache-dir -r requirements.txt +#!/bin/bash +virtualenv -p python3 ../tmp/venv +source ../tmp/venv/bin/activate +pip install --no-cache-dir -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 74a57e47..4628a6ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch +torch>=0.4.0 librosa inflect unidecode