Make koboldcpp.py executable on Linux (#293)

This commit is contained in:
Michael Moon 2023-07-04 18:46:08 +08:00 committed by GitHub
parent 3d2907d208
commit f9108ba401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
koboldcpp.py Normal file → Executable file
View file

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