Git Product home page Git Product logo

ooba's People

Contributors

killianlucas avatar merlinfrombelgium avatar notnaton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ooba's Issues

Error: Server took too long to start

Hi, Running on Colab with T4 GPU and Gitpod ends with the following message:

Getting started...
Server took too long to start

---------------------------------------------------------------------------

Exception                                 Traceback (most recent call last)

[/usr/local/lib/python3.10/dist-packages/ooba/llm.py](https://localhost:8080/#) in __init__(self, path, cpu, verbose, first_time)
    104             else:
--> 105                 raise Exception("Server took too long to start")
    106 

Exception: Server took too long to start


During handling of the above exception, another exception occurred:

Exception                                 Traceback (most recent call last)

2 frames

[/usr/local/lib/python3.10/dist-packages/ooba/llm.py](https://localhost:8080/#) in __init__(self, path, cpu, verbose, first_time)
    103                     time.sleep(1.5)
    104             else:
--> 105                 raise Exception("Server took too long to start")
    106 
    107 

Exception: Server took too long to start

The model dolphin-2.6-mixtral-8x7b-GGUFis really big, but it worked in webui, this issue is also known at open-interpreter, is there any timeout param to increase?
Another issue GPU is not detected, it falls back to CPU on Colab.

ooba installation on Windows is tediously slow

I know it's early days, but consider this some early adopter's feedback ;)

Running llm = ooba.llm(path) on Windows is really s.l.o.w. This is after the git clone and switch branch. i can see it creating the conda env and everything, so I appreciate it needs to download stuff. Which, in my case, is pretty fast with a fiber connection.

I've tried interrupting the process and running things manually, but I couldn't figure out every single step. Looking at some of the scripts, this is all pretty smart! ๐Ÿค“
No worries, I'll just let it sit there and come back later, but I wanted to let you know. Will try and reproduce on WSL later.

login in install_oobagooba.py for wsl doesn't work imo

So since #1 is just sitting there, I'm giving WSL2 on Win11 a go.

It falls over and I think I see why.

if system == "Linux":
        if "microsoft" in platform.uname().release.lower():
            self.start_script = os.path.join(REPO_DIR, "start_wsl.bat")

We can't run a .bat script from WSL ๐Ÿ˜Š
Since the script basically calls wsl and runs wsl.sh, I chose to run that manually and all ran smoothly!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.