-
Notifications
You must be signed in to change notification settings - Fork 580
Stuck on "Initializing LlamaService..." #147
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
Comments
getting the same issue. Is this fixed? Below is the Error i got after pressing Enter.
|
Same issue here, windows 11, wsl2 w/ default ubuntu (24 LTS I think). When I hit enter at "Initializing LlamaService..." and then typed "Hello" in the you prompt, I got the following:
8000
At which point I exited the program, ran
|
@eliveikis this sounds like a different issue (i.e. an issue with downloading/using a model), so you may want to create a separate issue to make it more visible |
@YakovL Yes perhaps, can you try typing "hello" in your prompt? When I typed a single space, as you seem to have done, I appear to have the same error as you: Typing "hello" on your end may uncover if I have the same issue. |
@eliveikis in my case, there's no prompt at all, typing anything or pressing enter doesn't produce any effect. It's literally stuck on the "Initializing LlamaService..." message |
I have the same issue, stuck on "initializing llama..." but via api respond with the same message at each request... |
I will try reproducing this on another machine and let you guys know. |
I'm having this issue with adapter-sqlite + ingesting knowledge via folder |
I found if I simply entered a message and pressed Enter, I got a response. After that the "You:" prefix appears as expected. So I think "Initalizing LlamaService..." isn't stuck. You just don't see a "You:" before your very first message. |
@ryanm this depends on the environment. On Windows without Docker, for instance, I have to press enter once to "You:" to appear and the dialog to start working. But in the case I described, that doesn't work. I'm not 100% sure that I tried typing things and pressing enter, but I think I tried. The project that was relying on Eliza was canceled already, though, so I'm not actively exploring the issue. |
Same problem here. I'm trying to deploy on Railway, and it's stuck on LlamaService. I haven't found a solution yet. [2025-03-16 08:13:58] INFO: Initializing LlamaService... |
same error |
I can run the starter locally as mentioned above, i have to press enter after INFO: Initializing LlamaService... but on Railway i cant do that exactly and it remains stuck in the deployment phase. |
@yungyoda I tried your solution but unfortunately it doesn't change anything. I keep seeing the line [2025-03-16 08:13:58] INFO: Initializing LlamaService... no matter what I type in or press. Have there been any other solutions that worked for any of you with the recent version? |
While this kinda duplicates #127, in my case it is not resolved yet, and I can't reopen that issue, so let me create a new one.
Note: I'm aware of the comment that suggests using eliza instead of eliza-starter fixes the issue. I'm exploring that path, but this is the eliza-starter repo, so I consider the issue valid here.
Symptom: on start, project is stuck on the "Initializing LlamaService..." message. That is, on an Ubuntu server using Docker, while using the same setup on Windows (and no Docker) works fine (it's enough to press enter to get things going).
More details:
main
, b2dcaaf;docker-compose.yaml
:command: ["pnpm", "start"]
instead of using--character
argument, setOPENROUTER_API_KEY
,USE_OPENAI_EMBEDDING=TRUE
, commented out other env variables (exceptSERVER_PORT
), updatedports
to avoid a conflict with another service (custom port instead of 3000);src/character.ts
: uncommentedname
,plugins
(empty),clients
(empty), addedmodelProvider: ModelProviderName.OPENAI
;src/index.ts
: commented out lines that import and usesolanaPlugin
;sudo docker compose up
;The text was updated successfully, but these errors were encountered: