FreedomGPT
FreedomGPT copied to clipboard
Instructions Not Working
I followed the instructions from the Readme.md and this is what happened:
Freedom GPT issues:
- What I did *
git clone --recursive https://github.com/ohmplatform/FreedomGPT.git freedom-gpt
Cloning into 'freedom-gpt'...
remote: Enumerating objects: 493, done.
remote: Counting objects: 100% (57/57), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 493 (delta 39), reused 39 (delta 37), pack-reused 436
Receiving objects: 100% (493/493), 5.69 MiB | 2.34 MiB/s, done.
Resolving deltas: 100% (270/270), done.
Submodule 'llama.cpp' (https://github.com/ggerganov/llama.cpp.git) registered for path 'llama.cpp'
Cloning into '/home/robert/freedom-gpt/llama.cpp'...
remote: Enumerating objects: 3618, done.
remote: Counting objects: 100% (3618/3618), done.
remote: Compressing objects: 100% (1194/1194), done.
remote: Total 3618 (delta 2427), reused 3504 (delta 2388), pack-reused 0
Receiving objects: 100% (3618/3618), 3.26 MiB | 1.71 MiB/s, done. Resolving deltas: 100% (2427/2427), done. Submodule path 'llama.cpp': checked out '0e018fe008eacebdbcfa2d61b6c988c245c961cd'
cd freedom-gpt
- First error * yarn install 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
yarn --version 0.32+git
*** Second attempt from readme - also failed *** docker pull freedomgpt/freedomgpt Using default tag: latest latest: Pulling from freedomgpt/freedomgpt Digest: sha256:dbed2aa99ee0a2a1081b5ddb398b8cabdfe8d3a8688799e79a188b3b6a56c540 Status: Image is up to date for freedomgpt/freedomgpt:latest docker.io/freedomgpt/freedomgpt:latest
docker build -t freedomgpt/freedomgpt "docker build" requires exactly 1 argument. See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
docker --version Docker version 20.10.5+dfsg1, build 55c4c88
*** My system info: ***
System: Kernel: 6.1.0-8mx-ahs-amd64 [6.1.25-1~mx21ahs+1] x86_64 bits: 64 compiler: gcc v: 10.2.1
parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-8mx-ahs-amd64 root=UUID=
If you used the version of yarn with cmdtest, it will fail to install. It seems like the build is broken, I followed the instructions at the stackoverflow link to fix it. https://stackoverflow.com/questions/46013544/yarn-install-command-error-no-such-file-or-directory-install BLUFF: sudo apt remove cmdtest sudo apt remove yarn curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update sudo apt-get install yarn -y
If you have an issue with nodejs, remove the one from package manager and follow this: https://github.com/nodejs/help/wiki/Installation