google-cloud-tpu 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/tpu/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68c707ca0f4adebb923c7919c953446c9162a39c6725853f8bae0d2d8b8e2fc1
|
4
|
+
data.tar.gz: c46df05b6b708c77920632d4ba688b7ef7b466ddb3a1610b440f31da8c54b6bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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*`.
|
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.
|
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-
|
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.
|
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: []
|