Today I attempted to locally run the DeepSeek AI coder. This is a application that uses the LLM model DeepSeek v3 to create code.
The program can be found in this repository: https://github.com/deepseek-ai/DeepSeek-Coder
Unfortunately, I did not get very far. I ran into many dependency issues while attempting to install all the modules in the requirements file. I could not find a solution to this, and this is about as far as I got today.