Closed KaifAhmad1 closed 6 months ago
We are importing SamplingParams
from the vllm package. You can refer to the README.md in the Bonito package.
You can fix your issue by fixing the imports:
from bonito import Bonito
from vllm import SamplingParams
You are also using the bonito_model = NousResearch/Genstruct-7B
. You might not get the right output. We recommend using BatsResearch/bonito-v1
.