Your cart is currently empty!
Author: Website Admin
-
LM Studio with AMD GPU RX 6600 XT (Linux)
Install ROCm: Download LM Studio. Run LM Studio: Go to developer mode and download ROCm llama.cpp (Linux). Go to this folder: Go to GPU section and add “gfx1032” (on line 6): Close the LM Studio. Reopen with this command: REFERENCES:
-
MCP: Low Level Tools with Javascript SDK
Install: Create server.js tools/list tools/call (part 1) try it out try it out with cli: tools/call (part 2) try it out try it out with cli: References:
-
Neovim: LSP Configuration
Install language server Configure the language server in Neovim. This can be done in 2 ways. First, by using vim.lsp.config[‘xxx’] in nvim/init.lua: Second, by creating a file in nvim/lsp/luals.lua directory: Enable the language server: Since we use vim.lsp.config[‘luals’] OR by creating a file called lsp/luals.lua we will enable it with vim.lsp.enable[‘luals’]. Check if the lsp…
-
Jujutsu
Initializing the repository Initializing from a remote Git repository: Initializing from inside Git repository Initializing a new repository based on existing Git repository Bookmark (Branch) List bookmarks Tracking remote a remote bookmark Working with the repository Making a new revision on top of current working directory Making a new revision on top of remote bookmark…