cnvrg 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35aac629a9fa65e490b3468e51571bd8598d1d73
4
- data.tar.gz: f31e9351d906d344605e14f338378f3b85cce735
3
+ metadata.gz: ad8377415af407d173ec92d1b9fc7711409cbaaa
4
+ data.tar.gz: 846a4bcc0e20554272356df964275ec51ef18e28
5
5
  SHA512:
6
- metadata.gz: 07d5e7f4938c2a0503a04e131d149a2a276a94bb70fe2972583d2ceda7150941314e05cdde839e1248765b5455dd730bd989327f893314352494297a24de7934
7
- data.tar.gz: 3348cec8cc3db1324d37e8fd226a5c6b31d7ada5a219478deb0cf4af4e0a8357d0332612104a8dcf7d743f1189c69ec9453052d473f8ddec83ef12dbf6cbbc86
6
+ metadata.gz: 108d721b0571c652fe7363fa928519a4d36b0685af91966656506a3984cbc25856992d1e479ab4c1d14fbf17148c3ecfff547ff6b002cfb2bd754e2925b1cd76
7
+ data.tar.gz: f16687af8d0ebc45acb112cdf73c43d599c509cc4af977c61220742ba4444ca5f486a7591a40cfcc1421e2c205d1a7b6f293dec7570eaf069c661869ac5a5f65
@@ -3791,6 +3791,7 @@ module Cnvrg
3791
3791
  path_to_cmd = get_cmd_path_in_dir(working_dir, Dir.pwd)
3792
3792
 
3793
3793
  begin
3794
+ title = options["title"] || nil
3794
3795
  grid = options["grid"] || nil
3795
3796
  data = options["data"] || nil
3796
3797
  data_commit = options["data_commit"] || nil
@@ -3924,7 +3925,7 @@ module Cnvrg
3924
3925
 
3925
3926
  res = exp.exec_remote(command, commit_to_run, instance_type, image_slug, schedule, local_timestamp, grid, path_to_cmd, data, data_commit,
3926
3927
  periodic_sync, sync_before_terminate, max_time, ds_sync_options,output_dir,
3927
- data_query, git_commit, git_branch, restart_if_stuck,local_folders_options )
3928
+ data_query, git_commit, git_branch, restart_if_stuck,local_folders_options, title )
3928
3929
  if Cnvrg::CLI.is_response_success(res)
3929
3930
  check = Helpers.checkmark()
3930
3931
  str = "#{check} Experiment's is on: #{Cnvrg::Helpers.remote_url}/#{project.owner}/projects/#{project.slug}/experiments/#{res["result"]["exp_url"]}"
@@ -1,4 +1,4 @@
1
1
  module Cnvrg
2
- VERSION = '0.7.2'
2
+ VERSION = '0.7.3'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cnvrg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yochay Ettun