Skip to content

Commit

Permalink
Make koboldcpp.py executable on Linux (LostRuins#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
triffid committed Jul 4, 2023
1 parent 3d2907d commit f9108ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions koboldcpp.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f9108ba

Please sign in to comment.