Skip to content

Commit

Permalink
chore: bump unsloth to sept-2024
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed Sep 28, 2024
1 parent 1b0a7f1 commit a6d8b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aikit2llb/finetune/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
unslothCommitOrTag = "27fa021a7bb959a53667dd4e7cdb9598c207aa0d" // June-2024
unslothCommitOrTag = "fb77505f8429566f5d21d6ea5318c342e8a67991" // September-2024
nvidiaMknod = "mknod --mode 666 /dev/nvidiactl c 195 255 && mknod --mode 666 /dev/nvidia-uvm c 235 0 && mknod --mode 666 /dev/nvidia-uvm-tools c 235 1 && mknod --mode 666 /dev/nvidia0 c 195 0 && nvidia-smi"
sourceVenv = ". .venv/bin/activate"
)
Expand Down

0 comments on commit a6d8b3e

Please sign in to comment.