Apollo 3B T32 - Video Understanding Model - Install Locally

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 16

  • @john_blues
    @john_blues Місяць тому +4

    They also have a Huggingface Space, Apollo-3B. Works well.

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

      You are right, is quite impressive

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

    Lovely fahd❤

  • @ano0810
    @ano0810 4 дні тому

    Hey Fahd,
    How much was the total cost(massed compute plus anything else which is not shown here) running these sample videos?

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

    Sorry the link and web search links all open to Error 404. Did they delete all their models?

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

      Search huggingface for GoodiesHere/Apollo-LMMs-Apollo-3B-t32

  • @SauravJha-z8w
    @SauravJha-z8w 28 днів тому

    Awesome video. How to run this model on Google Colab?

    • @fahdmirza
      @fahdmirza  28 днів тому

      I have similar videos for colab, plz search the channel.

  • @NengHe-w8t
    @NengHe-w8t Місяць тому

    Can you share the github repo of Apollo? I've downloaded the weights but not downloaded the git repo.

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

      Link is in video description

    • @NengHe-w8t
      @NengHe-w8t Місяць тому

      @@fahdmirza Thanks. They have deleted the git repo.😂

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

      You might be able to run the code from the huggingface for GoodiesHere/Apollo-LMMs-Apollo-3B-t32

    • @NengHe-w8t
      @NengHe-w8t Місяць тому

      @@ForTheEraOfLove Thanks! It works.

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

      @@NengHe-w8t Do you know what I could do about this part of the code if I don't have the github? pastebin would be appreciated if it's a file
      ```from apollo.mm_utils import (
      KeywordsStoppingCriteria,
      tokenizer_mm_token,
      ApolloMMLoader
      )
      from apollo.conversation import conv_templates, SeparatorStyle```