I have all the stuff installed and up to date. But I'm getting these lines at the end of the powershell, then it just hangs the shell and Gradio. File ...
from llama_cpp import Llama llm = Llama(model_path="./wizard-mega-13B.ggmlv3.q4_0.bin", n_ctx=2048) def generate(params): print(params["promt"]) output = llm(params ...