Scripts for extracting the executor framework from [Marin] into [Thalas] with filtered git history; used to generate [thalas#4].
- Install [
git-filter-repo
]:pip install git-filter-repo
This PR adds 4 GitHub Actions workflows that install or test mamba_ssm
on EC2 GPU nodes (using [Open-Athena/ec2-gha]):
install.yaml
: install mamba_ssm
on an EC2 GPU instance (default: [g4dn.xlarge
])installs.yaml
: run install.yaml
on 6 recent versions of Mamba (2.2.{0,1,2,3post2,4,5}
)test.yaml
: run mamba_ssm
tests on an EC2 GPU instance ([g5
] or [g6
] series)tests.yaml
: run test.yaml
on HEAD, on a g5.2xlarge
and g6.2xlarge
[Vimium] configs
Import vimium-options.json into the extension's settings page.
For reference, here's the extracted keyMappings
section:
$ cat vimium-options.json | jq -r .keyMappings
# Insert your preferred key mappings here.
Open-Athena / Buckler Lab, 2025-07-28
Standalone script that mimics [GitHub Actions' hashFiles
helper][hashFiles docs] ([used by actions/setup-python
][PipCache], and frequently with [actions/cache])
Upstream hashFiles
source is [here][hashFiles
source], this script was written while debugging [setup-python#919].
git clone https://gist.github.com/ryan-williams/2e616363c68072bf67cad675fcb18f3b hashfiles-gist
export PATH=$PATH:$(pwd)/hashfiles-gist
From jupiter/parquet2json#19:
Installing parquet2json v2.0.2 (/home/ubuntu/c/parquet2json)
Updating crates.io index
Compiling libc v0.2.149
Compiling proc-macro2 v1.0.69
Compiling unicode-ident v1.0.12
Compiling autocfg v1.1.0
Compiling cfg-if v1.0.0
Compiling version_check v0.9.4