mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
7 lines
85 B
Text
7 lines
85 B
Text
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from trustgraph.model.text_completion.tgi import run
|
||
|
|
|
||
|
|
run()
|
||
|
|
|