Spaces:
Build error
Build error
Update services/llama_generator.py
Browse files
services/llama_generator.py
CHANGED
|
@@ -11,7 +11,7 @@ from services.model_manager import ModelManager
|
|
| 11 |
|
| 12 |
from services.base_generator import BaseGenerator
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
import asyncio
|
| 17 |
from io import StringIO
|
|
|
|
| 11 |
|
| 12 |
from services.base_generator import BaseGenerator
|
| 13 |
|
| 14 |
+
from services.strategy import DefaultStrategy, MajorityVotingStrategy, BestOfN, BeamSearch, DVT, COT, ReAct
|
| 15 |
|
| 16 |
import asyncio
|
| 17 |
from io import StringIO
|