show code js

顯示具有 gpt4all 標籤的文章。 顯示所有文章
顯示具有 gpt4all 標籤的文章。 顯示所有文章

2023年10月21日 星期六

gpt4all-j and use streamlit

 modify on 2023/10/26

git clone https://github.com/ajvikram/streamlit-gpt.git

cd streamlit-gpt 

create model directory and  download https://gpt4all.io/models/ggml-gpt4all-j.bin in this directory

back to streamlit-gpt directory


run adconda

conda create -n gptj python=='3.11.5'

conda activate -n gptj


pip install -r requirement.txt

streamlit run main.py --server.port=8080 --server.address=0.0.0.0<-your ip

2023年10月17日 星期二

GPT4All test

 Local


  • Website https://github.com/nomic-ai/gpt4all#readme
  • Use conda on win, and git
  • git clone https://github.com/nomic-ai/gpt4all.git
  • down gpt4all-lora-quantized.bin from https://github.com/nomic-ai/gpt4all/issues/246
  • move bin file to gpt4all-training/chat
  • run exe to test