google-cloud-tpu 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 3b7bf4fb349687a8a32922ddb7ae6e54fe213a8504ae3a086afff67a600e3838
4
- data.tar.gz: 4ece15a1e22932a79fd51a40bb3a78d82ba3e445cf16b94bc3e13b56ce5bc119
3
+ metadata.gz: 68c707ca0f4adebb923c7919c953446c9162a39c6725853f8bae0d2d8b8e2fc1
4
+ data.tar.gz: c46df05b6b708c77920632d4ba688b7ef7b466ddb3a1610b440f31da8c54b6bd
5
5
  SHA512:
6
- metadata.gz: 0f9c4261d17bee92c06f1ccb2633e85f3d2e1cd151f9b11463bda3a7caa06111b899345099f3cddd33d8c851c0ff31ce46fa3cb42c175bdb646f9190befbe92a
7
- data.tar.gz: 75400f8855ab1e512b8b09e2320cb41e2503af10e09d673d4f74c0e4fa8f2cc77480871b10aceb43ebc72d6248e6a27f89ad243e3df666a8d14f3b8e14cb520e
6
+ metadata.gz: e7418c8006fe00d5e8cf121adb5d35a6388199fa71208ff0d2a9d612307f442862ed787f1ecdc3d6c3082343c377957f0514302e0216a7ab905d96428d3bc57b
7
+ data.tar.gz: 7c29ae7797bb02db60a49972d0ca634c790e3d9e63ec076213bcd8269b6308c2615de8810bf3252df86c8f6b64d273a4e7aa3a5a00603e6834da768862a31e77
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Cloud TPU API
4
4
 
5
- Tensor Processing Units (TPUs) are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads. Cloud TPUs allow you to access TPUs from Compute Engine, Google Kubernetes Engine and AI Platform. Note that google-cloud-tpu-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-tpu instead. See the readme for more details.
5
+ Tensor Processing Units (TPUs) are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads. Cloud TPUs allow you to access TPUs from Compute Engine, Google Kubernetes Engine and AI Platform.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-tpu-v*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Tpu
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-tpu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-22 00:00:00.000000000 Z
11
+ date: 2021-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -153,9 +153,7 @@ dependencies:
153
153
  description: Tensor Processing Units (TPUs) are Google's custom-developed application-specific
154
154
  integrated circuits (ASICs) used to accelerate machine learning workloads. Cloud
155
155
  TPUs allow you to access TPUs from Compute Engine, Google Kubernetes Engine and
156
- AI Platform. Note that google-cloud-tpu-v1 is a version-specific client library.
157
- For most uses, we recommend installing the main client library google-cloud-tpu
158
- instead. See the readme for more details.
156
+ AI Platform.
159
157
  email: googleapis-packages@google.com
160
158
  executables: []
161
159
  extensions: []