mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-02 19:35:12 +02:00
Merge branch 'master' into release/v0.10. Includes llamafile and
prompt modifications.
This commit is contained in:
commit
39cf256f5c
33 changed files with 1234 additions and 95 deletions
6
scripts/kg-extract-topics
Executable file
6
scripts/kg-extract-topics
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.extract.kg.topics import run
|
||||
|
||||
run()
|
||||
|
||||
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