InternGPT icon indicating copy to clipboard operation
InternGPT copied to clipboard

InternGPT (iGPT) is an open source demo platform where you can easily showcase your AI models. Now it supports DragGAN, ChatGPT, ImageBind, multimodal chat like GPT-4, SAM, interactive image editing,...

Results 35 InternGPT issues
Sort by recently updated
recently updated
newest added

It seems this has a dependency on LLaMa base weights and Segment Anything. Is that correct? Is there a way to separate this out and use OpenAI or an actually...

Hello, just a heads up warning: I think it's looking for the model in two different locations - model_zoo/llama\\7B\\ - model_zoo\llama_7B_hf If I copy the model to both locations the...

``` Traceback (most recent call last): File "E:\github\InternGPT\app.py", line 28, in from iGPT.controllers import ConversationBot File "E:\github\InternGPT\iGPT\__init__.py", line 1, in from .models import * File "E:\github\InternGPT\iGPT\models\__init__.py", line 1, in from...

给的网站打不开 https://igpt.opengvlab.com

GEMJob Portal GEMJob Portal

![image](https://github.com/OpenGVLab/InternGPT/assets/34738478/a87bc7b8-a2f1-4bad-97d0-2378bcc450f1)

我一直在尝试让这个项目正常运行,但一直遇到很多问题。请问有没有可能提供一个Docker文件来容器化这个项目? I have been trying to make this project work properly, but I have encountered many problems. Is it possible to provide a Docker file to containerize this project?

在gradio的demo上不管跑什么模块,终端都报同样的错误。 Traceback (most recent call last): File "/mnt/ai212/workspace/dengtb/anaconda3/envs/ichat/lib/python3.8/site-packages/gradio/routes.py", line 414, in run_predict output = await app.get_blocks().process_api( File "/mnt/ai212/workspace/dengtb/anaconda3/envs/ichat/lib/python3.8/site-packages/gradio/blocks.py", line 1323, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "/mnt/ai212/workspace/dengtb/anaconda3/envs/ichat/lib/python3.8/site-packages/gradio/blocks.py", line...