Luodian / Otter

🦦 Otter, a multi-modal model based on OpenFlamingo (open-sourced version of DeepMind's Flamingo), trained on MIMIC-IT and showcasing improved instruction-following and in-context learning ability.
https://otter-ntu.github.io/
MIT License
3.54k stars 242 forks source link

Gradio #263

Open WangQvQ opened 11 months ago

WangQvQ commented 11 months ago

Hello, your work is excellent , will gradio pages be open source ?🫣

Luodian commented 11 months ago

Sure, our demo has been opensourced, you could take a look at pipeline/serve, the whole folder contains demo code.

And you could see docs/host.md to check how to run this demo.

twmht commented 9 months ago

@Luodian

I just got the errors when launching the controller

Traceback (most recent call last):
  File "/home/acer/.pyenv/versions/3.9.16/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/acer/.pyenv/versions/3.9.16/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/shared/Otter/pipeline/serve/model_worker.py", line 23, in <module>
    from pipeline.constants import WORKER_HEART_BEAT_INTERVAL
ModuleNotFoundError: No module named 'pipeline.constants'