Skip to content

Commit f9108ba

Browse files
authored
Make koboldcpp.py executable on Linux (ggml-org#293)
1 parent 3d2907d commit f9108ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

koboldcpp.py

100644100755
+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python3
2+
#-*- coding: utf-8 -*-
3+
14
# A hacky little script from Concedo that exposes llama.cpp function bindings
25
# allowing it to be used via a simulated kobold api endpoint
36
# generation delay scales linearly with original prompt length.

0 commit comments

Comments
 (0)