-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dot is typing .. #22
Comments
And I had installed cuda_12.2.1_536.67_windows.exe and Visual Studio C++ Redistributable |
Hi @BENETNATH, I'm facing the same issue too Good luck |
Same behavior here, installed everything, selected the LLM in settings, but no luck |
Same problem here... Processeur AMD Ryzen 9 5950X 16-Core Processor 3.40 GHz |
Same issue for me... |
Same here. Disapointing 🙁 |
Got this on MacOS:
|
@alexpinel would you consider taking a look ? This tool seems really promising ! |
Same problem for me. Question : Big bot mode does not work either here. same for you? |
Same, big bot is also broken |
Same here. Path to the .gguf LLM is good, but nothing. |
There's two issues here i think.
The other thing is that I believe that llama.cpp has undergone a change that makes it incompatible with "older" gguf models and maybe we should try rebuilding dot with an older version of llama.cpp. Not 100% sure about this. |
Subject : Issue Loading Model with Dot Hello Guys and Gall, I am experiencing a same issue with Dot. When I attempt to interact with the program, it displays a message indicating that it is writing, but nothing happens. Here are the details : Machine Configuration :
Description of the Problem : Error Messages Obtained in Debug Mode :
Model Path : Actions Taken :
Thank you in advance for your assistance and guidance in resolving this issue. |
I've managed to make Dot 0.9.2.0 work on Windows 11. To do so, I've made two fixes. 1. Fixed imports in embeddings.py and docdot.py:This is to address the obsolete import definitions.
The files to be fixed are in the embeddings.py import sys
from langchain_community.embeddings import HuggingFaceEmbeddings
from langchain_community.vectorstores import FAISS
from langchain_community.document_loaders import PyPDFLoader, DirectoryLoader, UnstructuredExcelLoader, TextLoader, UnstructuredPowerPointLoader, UnstructuredMarkdownLoader, Docx2txtLoader
from langchain.text_splitter import RecursiveCharacterTextSplitter
import os
import json docdot.py import sys
import json
from langchain.prompts import PromptTemplate
from langchain.chains import RetrievalQA
from langchain_community.embeddings import HuggingFaceEmbeddings
from langchain_community.vectorstores import FAISS
from langchain_community.document_loaders import PyPDFLoader, DirectoryLoader
from langchain.text_splitter import RecursiveCharacterTextSplitter
from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler
from langchain_community.llms import LlamaCpp
from langchain.callbacks.manager import CallbackManager
import os 2. Downloaded and used TheBloke/Mistral-7B-Instruct-v0.2-GGUFThe Dot Readme file mentions this Mistral model. To use it, download it and select it in Settings. This is to address the main issue:
This issue seems to be due to the incompatibility between the Ollama used by Dot and the Phi-3-mini-4k-instruct-q4.gguf model. It resembles issue #3974 with llama 0.1.32 . |
Amazing, months and months since the first report, this problem still persists. Install the app on Windows 10, start it up, enter simple 'hi' prompt. Wait for nothing to happen for ever. Just the stupid progress graphic. Surely it can't be that difficult to fix this? Dot just doesn't work. |
Hi,
I wanted to give a try on my laptop. It has a i7-9750H CPU + a RTX 2070-QM and 16 GB of RAM, running windows 11
I've installed the latest GPU version to date (0.9.2) , the RPhi3 model has been downloaded. I restart and ask a simple hello.
and the message "Dot is typing" appears.. forever.
I've tried with Big dot, too. Same
Is there anything to make it work or to help in debugging ?
I've also tried the CPU version with no success.
In addition, the dark theme switch is not saved
The text was updated successfully, but these errors were encountered: