mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 17:36:23 +02:00
Added support for HuggingFace TGI LLM (#396)
This commit is contained in:
parent
ef34d951fe
commit
c05ec25e39
5 changed files with 160 additions and 0 deletions
6
trustgraph-flow/scripts/text-completion-tgi
Executable file
6
trustgraph-flow/scripts/text-completion-tgi
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.model.text_completion.tgi import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue