M
M
GPUs are powerful computation accelerators and graphs can be represented as matrices (GPUs like matrices). It could strengthen the network and open up new potential usecases/applications if (some?) computation(s) could...
**Issue number:** Closes #1061 **Description of changes:** In order to clean up the code, this change replaces TryFrom with FromStr. This change has been made for all `modeled_types`. **Testing done:**...
**Image I'm using:** Any k8s variant **What I expected to happen:** Ability to use `inner: i32` or any other type besides `inner: String` in the Kubernetes Settings model (https://github.com/bottlerocket-os/bottlerocket/blob/develop/sources/models/src/modeled_types/kubernetes.rs). **What...
Debian has deprecated usage of `which`, as per: https://salsa.debian.org/debian/debianutils/-/commit/3a8dd10b4502f7bae8fc6973c13ce23fc9da7efb The recommendation is now to use `command -v`.
OS: Ubuntu 21.10 arm64 Attempted steps: * clone repo * enter/cd into repo * docker build -t mytag I get the following failure: ``` # github.com/ethereum/go-ethereum/common/math ../../ethereum/go-ethereum/common/math/integer.go:84:21: undefined: bits.Sub64 ../../ethereum/go-ethereum/common/math/integer.go:90:19:...
If you would like BusyLight to support a new device, please provide as much of the following as possible. - Product Name: fit-statUSB - Vendor URL: https://fit-iot.com/web/product/fit-statusb/ - Purchase URL:...
Bootstrap containers' `main.rs` needs unit tests. Original comment: > We agreed to open an issue for then entire main.rs file since it's missing tests completely. _Originally posted by @rpkelly in...
Storewolf's `main.rs` needs unit tests. Original comment: > We agreed to open an issue for then entire main.rs file since it's missing tests completely. _Originally posted by @rpkelly in https://github.com/bottlerocket-os/bottlerocket/pull/2298#discussion_r974777281_
**What I'd like:** In trying to enable a local caching registry, customers want to add `imagePullSecrets` to EKS node configurations. Full context: #2351 **Any alternatives you've considered:** n/a
**Describe the bug** Does not work: ```yaml - name: clipseg env: CUDA_VISIBLE_DEVICES: "GPU-87ddc7ee-c3eb-1181-1857-368f4c2bb8be" XLA_PYTHON_CLIENT_ALLOCATOR: platform replicas: 1 timeout_ready: -1 uses: executors/clipseg/config.yml ``` Works: ```yaml - name: clipseg env: CUDA_VISIBLE_DEVICES: "6"...