Search results

  1. fukurou

    LDAR mega thread

  2. fukurou

    LDAR mega thread

  3. fukurou

    LDAR mega thread

  4. fukurou

    LDAR mega thread

  5. fukurou

    LDAR mega thread

  6. fukurou

    LDAR mega thread

  7. fukurou

    LDAR mega thread

  8. fukurou

    LDAR mega thread

  9. fukurou

    LDAR mega thread

  10. fukurou

    LDAR mega thread

  11. fukurou

    LDAR mega thread

  12. fukurou

    LDAR mega thread

  13. fukurou

    LDAR mega thread

  14. fukurou

    LDAR mega thread

  15. fukurou

    LDAR mega thread

  16. fukurou

    LDAR mega thread

  17. fukurou

    LDAR mega thread

  18. fukurou

    👨‍💻 dev LLM dev ass

    🧠 Step 1: Install Ollama (One-Time Setup) Ollama lets you run LLMs locally with ease. Go to Ollama’s download page Download the installer for your OS (Windows/macOS) Install and open the Ollama app In the Ollama terminal, pull a model: ollama pull llama3 This downloads the LLaMA 3 model...
  19. fukurou

    👨‍💻 dev LLM dev ass

    🧰 Step 1: PyCharm Project Setup Create a new PyCharm project (e.g., waifu_chatbot). Add two files: main.py requirements.txt In requirements.txt, add: fastapi requests PyCharm will prompt you to install these — go ahead and accept. 🧠 Step 2: Install Ollama (One-Time Setup) Download...
  20. fukurou

    👨‍💻 dev LLM dev ass

    🧠 Step 1: Choose Your LLM Pick a model that suits your hardware and goals. Popular choices: LLaMA 3 (Meta) Mistral Gemma GPT4All These models are available in GGUF format and optimized for local use. ⚙️ Step 2: Install Ollama Ollama is a user-friendly tool to run LLMs locally. curl...
Top