Skip to content

Commit 4fbfa8b

Browse files
authored
Update init.go
1 parent ae08983 commit 4fbfa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nvml/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package nvml
1717
import (
1818
"fmt"
1919

20-
"github.com/NVIDIA/go-nvml/pkg/dl"
20+
"github.com/GizmoQuest/go-nvml/pkg/dl"
2121
)
2222

2323
import "C"

0 commit comments

Comments
 (0)