We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2907d commit f9108baCopy full SHA for f9108ba
koboldcpp.py
100644
100755
@@ -1,3 +1,6 @@
1
+#!/usr/bin/env python3
2
+#-*- coding: utf-8 -*-
3
+
4
# A hacky little script from Concedo that exposes llama.cpp function bindings
5
# allowing it to be used via a simulated kobold api endpoint
6
# generation delay scales linearly with original prompt length.
0 commit comments