mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Added basic Llamafile integration
This commit is contained in:
parent
6af86fa09f
commit
c7cd97b6d3
6 changed files with 214 additions and 2 deletions
6
scripts/text-completion-llamafile
Executable file
6
scripts/text-completion-llamafile
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.model.text_completion.llamafile import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue