Skip to content

Commit

Permalink
Update LLM to extend from Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Dec 9, 2023
1 parent 6ce37d4 commit 3dab4d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/python/txtai/pipeline/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

from .factory import GenerationFactory

from ..base import Pipeline

class LLM:

class LLM(Pipeline):
"""
Pipeline for running large language models (LLMs). This class supports the following LLM backends:
Expand Down

0 comments on commit 3dab4d8

Please sign in to comment.