chatbots
chatbots
**For Discussion Purposes Only. Do Not Try at Home!** As an experiment, I ran gpt-j on 6GB RAM with 10GB swapfile. I wanted to run this test before physically uninstalling...
Changed file: CMakeCache.txt to Debug: `CMAKE_BUILD_TYPE:STRING=Debug ` And it almost finished, before the error: Illegal instruction (core dumped) ``` cmake .. -- CMAKE_SYSTEM_PROCESSOR: x86_64 -- x86 detected -- Configuring done...
Yes, that does seem so, with no match for "fma" under "flags:" for the i7 CPU. `cat /proc/cpuinfo` ``` processor : 0 vendor_id : GenuineIntel cpu family : 6 model...
[SOLVED] I installed 16GB of RAM, in the two 240-pin DIMM sockets, for the Intel(R) Core(TM) i3-4130 CPU @ 3.40GHz and it runs! `./bin/gpt-j -p "I hope this runs!` ```...
**UPDATE:** Please Skip this and read below for good updated information. Solution ( as suggested by Georgi ) is to do: `cat /proc/cpuinfo|grep fma` in Linux terminal to check under...
Wow, that is nice! Let me reopen this one to give it a try. Thanks for the comment!
The modification `-Ofast` worked on my 3rd generation i7 CPU ! In the `src` directory where the `ggml.c` source code file is located, I first backed up that `CMakeLists.txt` original...
`./bin/gpt-j -p "Human: Can we briefly chat? AI: Yes we can chat. Human: Chat briefly with me. AI: "` Results: ``` main: seed = 1678125977 gptj_model_load: loading model from 'models/gpt-j-6B/ggml-model.bin'...