mironkraft
mironkraft
It seems you are having issues loading the quantized Cerebras 13B model with the web UI after using GGML for quantization. The error message `missing tok_embeddings.weight` indicates that there is...
It seems like there might be an issue with the Gradio library or an incompatibility between Gradio and another library in your project. The error message indicates that `__init__()` function...
The `generate_reply()` function is defined in the `modules/text_generation.py` file, so to call it from `server.py`, you need to import the function first. At the beginning of the `server.py` file, add...
> I have added a print statement is starting of generate_reply function. So that I cam to know we have entered the function but when calling the function nothing is...
It appears that I am facing an issue with loading the model. The error message indicates that there's a problem with the model file format, which might be due to...
This bug was solved following the next steps: 1. Downloading both files directly on the browser (not with LFS) 2. Copy and paste int he folder of modules (using cp...