Assertion Error

#7
by hypeconqueror1 - opened

When I load the model after providing its correct path, it gives me assertion error

 assert self.model is not None
           ^^^^^^^^^^^^^^^^^^^^^^
AssertionError

This is how I loading it

llm = Llama(model_path=r"C:\models\ggml-vic7b-uncensored-q4_0.bin")

Sign up or log in to comment