thomas

Results 14 comments of thomas

for example ```typescript if (queue && channel.id !== queue.connection.joinConfig.channelId) return interaction .reply({ content: i18n.__mf("play.errorNotInSameChannel", { user: bot.client.user!.username }), ephemeral: true }) .catch(console.error); if (!argSongName) return interaction .reply({ content: i18n.__mf("play.usageReply", {...

> diff --git a/patches/patch0.txt b/patches/patch0.txt for newby like who don't understand what to do with that : ```bash cd patches wget https://github.com/devttys0/sasquatch/files/7776843/M1-Kali.patch.txt patch patch0.txt M1-Kali.patch.txt cd .. ./build.sh ``` result...

``` npm ERR! Error: EACCES: permission denied, symlink '../nearley/bin/nearleyc.js' -> '/storage/emulated/0/!Files/projects/mcbot/node_modules/.bin/nearleyc' npm ERR! [Error: EACCES: permission denied, symlink '../nearley/bin/nearleyc.js' -> '/storage/emulated/0/!Files/projects/mcbot/node_modules/.bin/nearleyc'] { ``` your linux account seems to not have...

> I think I don't have a CPU so it takes an infinite amount of time to train how the hell your computer can run without a cpu ???

same with vscode, no consequence client side (just slow, and make github copilot crash), but vscode-server on linux machine keep crashing

``npm i -g node-addon-api``

I can compile with this : ``` let command = command .arg("..") .arg("-DCMAKE_BUILD_TYPE=Release") .arg("-DLLAMA_OPENBLAS=ON") .arg("-DLLAMA_CUBLAS=ON") .arg("-DLLAMA_SHARED_LIBS=ON") .arg("-DLLAMA_STATIC=ON") .arg("-DLLAMA_ALL_WARNINGS=OFF") .arg("-DLLAMA_ALL_WARNINGS_3RD_PARTY=OFF") .arg("-DLLAMA_BUILD_TESTS=OFF") .arg("-DLLAMA_BUILD_EXAMPLES=OFF") .arg("-DCMAKE_POSITION_INDEPENDENT_CODE=ON"); ``` but as a result, openblas is not...

> > I can compile with this : > > ``` > > let command = command > > .arg("..") > > .arg("-DCMAKE_BUILD_TYPE=Release") > > .arg("-DLLAMA_OPENBLAS=ON") > > .arg("-DLLAMA_CUBLAS=ON") >...

and with clblast: ```bash pnpm build:llama-cpp > [email protected] build:llama-cpp /root/git/llama-node > pnpm run --filter=@llama-node/llama-cpp cross-compile > @llama-node/[email protected] cross-compile /root/git/llama-node/packages/llama-cpp > rimraf @llama-node && tsx scripts/cross-compile.mts info: component 'rust-std' for target...