Added support for HuggingFace TGI LLM (#396)

This commit is contained in:
cybermaggedon 2025-05-27 16:44:13 +01:00 committed by GitHub
parent ef34d951fe
commit c05ec25e39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 160 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.tgi import run
run()