Skip to content
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

init error in macbook #99

Open
Hero1532 opened this issue Jul 12, 2024 · 4 comments
Open

init error in macbook #99

Hero1532 opened this issue Jul 12, 2024 · 4 comments

Comments

@Hero1532
Copy link

./bin/gaianet init
[+] Checking the config.json file ...

[+] Downloading Meta-Llama-3-8B-Instruct-Q5_K_M.gguf ...
* Using the cached Meta-Llama-3-8B-Instruct-Q5_K_M.gguf in /Users/XXX/gaianet

[+] Downloading nomic-embed-text-v1.5.f16.gguf ...
* Using the cached nomic-embed-text-v1.5.f16.gguf in /Users/XXX/gaianet

[+] Creating 'default' collection in the Qdrant instance ...
* A Qdrant instance is already running

* Remove the existed 'default' Qdrant collection ...

* Download Qdrant collection snapshot ...

#################################################################################################################### 100.0%#################################################################################################################### 100.0%
The snapshot is downloaded in /Users/XXX/gaianet

* Import the Qdrant collection snapshot ...
  The process may take a few minutes. Please wait ...
  Recovery is done!

[+] Preparing the dashboard ...
You already have a private key.
thread 'main' panicked at src/main.rs:27:41:
called Result::unwrap() on an Err value: Os { code: 44, kind: NotFound, message: "No such file or directory" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
[2024-07-12 11:00:42.209] [error] execution failed: unreachable, Code: 0x89
[2024-07-12 11:00:42.210] [error] In instruction: unreachable (0x00) , Bytecode offset: 0x00206715
[2024-07-12 11:00:42.210] [error] When executing function name: "_start"

@juntao
Copy link
Contributor

juntao commented Jul 12, 2024

Can you check if you have a ~/gaianet/dashboard directory? And if you have a config_pub.json file inside it?

@Hero1532
Copy link
Author

checked ,there is no dashboard and config_pub.json in ~/gaianet .how i fix it ?

@monaanom19
Copy link

#

@juntao
Copy link
Contributor

juntao commented Jul 12, 2024

The installation does not seem to be correct. Can you reinstall?

If you want to keep the nodeid and private key, save the nodeid.json and the keystore file named in it.

Then, delete the current install.

rm -rf ~/gaianet
sudo rm /usr/local/bin/gaianet

Then, run the installer again. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants