Add direnv with reproducible nix flake dev env

This commit is contained in:
expelledboy
2024-03-23 12:10:02 +02:00
parent 7050ed204b
commit 7c5c0a41d7
7 changed files with 143 additions and 0 deletions

14
Justfile Normal file
View File

@ -0,0 +1,14 @@
[private]
@default:
just --list --unsorted
# Run the sample prompt against the model
test:
python run.py
# Download the weights for the Grok model
download-weights:
transmission-cli \
--download-dir ./checkpoints \
$GROK_MAGNET_LINK
ln -s ./checkpoints/grok-1/ckpt-0 ./checkpoints/ckpt-0