Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
Unless otherwise noted (either in this file or in a file's copyright section) the contents of this gist are Copyright ©️2020 by Christopher Allen, and are shared under spdx:Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.) open-source license.
If you more tips and advice like these, you can become a monthly patron on my GitHub Sponsor Page for as little as $5 a month; and your contributions will be multipled, as GitHub is matching the first $5,000! This gist is all about Homebrew, so if you like it you can support it by donating to them or becoming one of their Github Sponsors.
Architecture | NVIDIA GPU | Instance type | Instance name | Number of GPUs | GPU Memory (per GPU) | GPU Interconnect (NVLink / PCIe) | Thermal Design Power (TDP) from nvidia-smi |
Tensor Cores (mixed-precision) | Precision Support | CPU Type | Nitro based |
---|---|---|---|---|---|---|---|---|---|---|---|
Ampere | A100 | P4 | p4d.24xlarge | 8 | 40 GB | NVLink gen 3 (600 GB/s) | 400W | Tensor Cores (Gen 3) | FP64, FP32, FP16, INT8, BF16, TF32 | Intel Xeon Scalable (Cascade Lake) | Yes |
Ampere | A10G | G5 | g5.xlarge | 1 | 24 GB | NA ( |
$ go test -v -count=1 . | |
=== RUN TestRunDummyServer | |
=== PAUSE TestRunDummyServer | |
=== RUN TestContinuouslyCheck | |
=== PAUSE TestContinuouslyCheck | |
=== RUN TestOkBody | |
=== PAUSE TestOkBody | |
=== RUN TestHTTPDoWithValidation | |
=== PAUSE TestHTTPDoWithValidation | |
=== RUN TestHTTPDoWithCustomValidation |
$ go test -v -count=1 . | |
=== RUN TestDoWithRetry | |
=== PAUSE TestDoWithRetry | |
=== RUN TestDoWithTimeout | |
=== PAUSE TestDoWithTimeout | |
=== RUN TestDoInBackgroundUntilStopped | |
=== PAUSE TestDoInBackgroundUntilStopped | |
=== RUN TestDoWithRetryableErrors | |
=== PAUSE TestDoWithRetryableErrors | |
=== CONT TestDoWithRetry |
$ go test -v -count=1 . | |
=== RUN TestOkDNSFindNameservers | |
=== PAUSE TestOkDNSFindNameservers | |
=== RUN TestErrorDNSFindNameservers | |
=== PAUSE TestErrorDNSFindNameservers | |
=== RUN TestOkTerratestDNSLookupAuthoritative | |
=== PAUSE TestOkTerratestDNSLookupAuthoritative | |
=== RUN TestOkLocalDNSLookupAuthoritative | |
=== PAUSE TestOkLocalDNSLookupAuthoritative | |
=== RUN TestErrorLocalDNSLookupAuthoritative |
I hereby claim:
To claim this, I am signing this object: