You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the ability to request multiple jobs at once from the GPU node such as
client.newJob(16)
to get a bundle of 16 jobs. this can be individual or composed shards as per #10 i.e. either 16 individual jobs or less when composed jobs are among them, while 8 composed jobs would be the minimum response to the above request
I guess client.downloadShard() would become client.downloadShards() or client.downloadJob() as for GPU node it makes no sense the naming downloadShard
The text was updated successfully, but these errors were encountered:
I need the ability to request multiple jobs at once from the GPU node such as
client.newJob(16)
to get a bundle of 16 jobs. this can be individual or composed shards as per #10 i.e. either 16 individual jobs or less when composed jobs are among them, while 8 composed jobs would be the minimum response to the above request
I guess
client.downloadShard()
would becomeclient.downloadShards()
orclient.downloadJob()
as for GPU node it makes no sense the naming downloadShardThe text was updated successfully, but these errors were encountered: