mirror of
https://github.com/xai-org/grok-1.git
synced 2025-11-27 05:41:34 +03:00
Add direnv with reproducible nix flake dev env
This commit is contained in:
14
Justfile
Normal file
14
Justfile
Normal 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
|
||||
Reference in New Issue
Block a user