Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.32.0
metadata
title: DeepSeek-VL2-Run-On-Google-Colab
app_file: web_demo.py
sdk: gradio
sdk_version: 3.48.0
Original Repository & Credits
- I want to give full credits to the entire team of DeepSeek!
- Please refer to the original repository: DeepSeek-VL2
Modified Version
This modified version allows you to run DeepSeek-VL2 on Google Colab for free.
Getting Started
Follow these steps to get started with the modified version on Google Colab:
- Open Google Colab: Go to Google Colab.
- Clone the Repository: Use the following command to clone the repository in a Colab notebook:
!git clone https://github.com/shobhitag11/DeepSeek-VL2-Run-On-Google-Colab.git
- Install colab-xterm: This allows running terminal commands inside Google colab.
!pip install colab-xterm
- Create a new cell: Run the following commands.
%load_ext colabxterm
%xterm
- Navigate to the Directory: Now, inside terminal, move to the working directory to the cloned repository:
%cd DeepSeek-VL2-Run-On-Google-Colab
- Install Dependencies: Install the required dependencies:
pip install -r requirements.txt
- Run the Application: Execute the main script to start the application:
python web_demo.py
Additional Resources
- Documentation: Refer to the Medium Article for detailed information.
- Issues: Report any issues or bugs here.
Happy coding!