Deploy Ollama and OpenWebUI on Amazon EC2 GPU Instances

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 15

  • @d4663r
    @d4663r 15 днів тому

    great tutorial, excellent explanations! thank you sir!

  • @AndrewLatham-t8k
    @AndrewLatham-t8k 2 місяці тому +2

    Brilliant!

    • @TrevorSullivan
      @TrevorSullivan 2 місяці тому

      Thanks so much, Andrew! I'm glad this was helpful. 🙏🏻

  • @prashant2329
    @prashant2329 Місяць тому

    Very great tutorial, was looking for the exact same thing (y)

  • @amliuyong
    @amliuyong Місяць тому +1

    can you share all your install commands and docker compose yaml file?

  • @nulops
    @nulops 2 місяці тому

    What’s is the cost for acceptable spec.

  • @prashant2329
    @prashant2329 Місяць тому +1

    Can't we use the hosted OpenWebUI web interface to download additional or remove existing model instead of exec'ing into the docker container ?

    • @TrevorSullivan
      @TrevorSullivan Місяць тому

      Hello Prashant, yes I believe that's possible! I am pretty new to OpenWebUI, and am more familiar with using Docker commands, so that's why I went this route in the video. Great point!

    • @prashant2329
      @prashant2329 Місяць тому

      @@TrevorSullivan that’s really very useful tutorial, probably you’re the first (and only yet) to make tutorial on this.
      Thanks a lot! Hosting my own LLM soon, I do have 1 qq though. I was reading through some AWS posts and found some details about Inf1 and Trn1 (Trainium and Inferentia) types AWS recommending, and wanted to know your thoughts on which would be the best option to go with for the instance type Inf1 or the G type ?
      Would love to hear your thoughts on this 🙂

    • @AndrewCLatham
      @AndrewCLatham Місяць тому +1

      You definitely can. I have been doing that a lot.

    • @prashant2329
      @prashant2329 Місяць тому

      @@AndrewCLatham thank you 👍🏻

  • @nietoavi
    @nietoavi 10 днів тому

    Guys at 11:47 When it came time to install nvidia-utils, I had problems with the library and driver version (nvidia-utils-550) [message: Failed to initialize NVML: Driver/library version mismatch
    NVML library version: 550.107]. The solution was to check the package names and I saw that "nvidia-utils-550-server" existed and that's the one I installed and it worked. I assume that the distributions have been updated and now it has to match the driver that was installed (nvidia-driver-550-server).

    • @TrevorSullivan
      @TrevorSullivan 9 днів тому

      Thanks for sharing your solution! I think I've run into this before, where the driver and utility versions mismatched.