Samuel Ainsworth
Samuel Ainsworth
Was previously showing outdated install directions for v0.5.
### Description I'm getting a Bazel error when attempting to build jaxlib version 0.4.24: ``` [2,325 / 6,066] Compiling src/idl_parser.cpp [for tool]; 16s local ... (64 actions running) ERROR: /build/output/external/xla/xla/stream_executor/cuda/BUILD:486:13:...
### System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04.6 LTS - Flax, jax, jaxlib versions (obtain with `pip show flax jax jaxlib`: flax 0.6.5, jax...
**Describe the bug** This bug manifests with similar symptoms as in https://github.com/arrterian/nix-env-selector/issues/56... specifically stuck in the "Applying environment..." state, but AFAICT has a different root cause and I am therefore...
Kubernetes tools like Istio require the creation of yaml like ```yaml apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: ska-deleteme-2023-vs namespace: ska-deleteme-2023 annotations: external-dns.alpha.kubernetes.io/controller: dns-controller external-dns.getcruise.com/zone.class: dns-internal-dev spec: gateways: - istio-system/paasapps hosts:...
The dhall REPL is a great way to play around and prototype new code. Unfortunately dhall type signatures are often too long to be of much use. For example, ```dhall...
Does dhall have anything like Haskell's `$` function? It would be a huge UX win to be able to write ```haskell f $ g $ h $ x ``` instead...
### 🚀 The feature How does one create an `IterDataPipe` with [`scan`/`fold`](http://learnyouahaskell.com/higher-order-functions) semantics? ### Motivation, pitch Necessary for pipelines that require some kind of state, eg. label encoding for an...
Reading [these docs](https://criteo.github.io/autofaiss/getting_started/quantization.html) it appears as though one can set the entry IDs when using parquet by setting `–id_columns`. How does one set entry IDs when using npy format?
Per https://github.com/DeterminateSystems/nix-installer/issues/511#issuecomment-1588399915, `nix profile install nixpkgs#foo` is apparently the new and improved way to install things on channel-less nix installations.