llm: Fix lint

This commit is contained in:
Jesse Gross 2024-08-15 09:50:42 -07:00 committed by jmorganca
parent 8fe30d161c
commit 23c7c1326e

View File

@ -10,6 +10,7 @@ package llm
// #include <stdlib.h>
// #include "llama.h"
import "C"
import (
"fmt"
"log/slog"