Skip to content

Commit

Permalink
Merge pull request #439 from mv1388/bump-package-version-to-1-0
Browse files Browse the repository at this point in the history
Bump package version to 1 0
  • Loading branch information
mv1388 committed Mar 30, 2020
2 parents 0a5a3e9 + e4d28bf commit 355e4ac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/AWS/create_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local_project_path="None"
dataset_name="None"
preproc_dataset="None"
DL_framework="pytorch"
AIToolbox_version="0.3"
AIToolbox_version="1.0"
instance_config="config_p2_xlarge.json"
instance_type=
run_bootstrap=true
Expand Down
4 changes: 2 additions & 2 deletions bin/AWS/prepare_instance.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Example how to run:
# ./prepare_instance.sh -k <SSH_KEY_LOCATION> -a <INSTANCE_IP_ADDRESS> -f pytorch -v 0.3 -p ~/PycharmProjects/Transformer -d SQuAD2 -r orig
# ./prepare_instance.sh -k <SSH_KEY_LOCATION> -a <INSTANCE_IP_ADDRESS> -f pytorch -v 1.0 -p ~/PycharmProjects/Transformer -d SQuAD2 -r orig

# When you get ssh-ed to the instance finish the instance prep process by running:
# ./finish_prepare_instance.sh
Expand Down Expand Up @@ -46,7 +46,7 @@ HEREDOC
key_path=$(jq -r '.key_path' configs/my_config.json)
ec2_instance_address=
DL_framework="pytorch"
AIToolbox_version="0.3"
AIToolbox_version="1.0"
local_project_path="None"
dataset_name="None"
preproc_dataset="None"
Expand Down
2 changes: 1 addition & 1 deletion bin/AWS/submit_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ local_project_path="None"
dataset_name="None"
preproc_dataset="None"
DL_framework="pytorch"
AIToolbox_version="0.3"
AIToolbox_version="1.0"
instance_config="config_p2_xlarge.json"
instance_type=
experiment_script_file="aws_run_experiments_project.sh"
Expand Down
2 changes: 1 addition & 1 deletion bin/AWS/update_package_on_AWS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ HEREDOC
key_path=$(jq -r '.key_path' configs/my_config.json)
ec2_instance_address=
DL_framework="pytorch"
AIToolbox_version="0.3"
AIToolbox_version="1.0"
username="ubuntu"

while [[ $# -gt 0 ]]; do
Expand Down
Binary file added dist/aitoolbox-1.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion install_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Example call:

# ./install_package.sh 0.3 --uninstall
# ./install_package.sh 1.0 --uninstall


pkgversion=$1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(name='aitoolbox',
version='0.3',
version='1.0',
author='Marko Vidoni',
author_email='',
url='https://github.com/mv1388/AIToolbox',
Expand Down

0 comments on commit 355e4ac

Please sign in to comment.