lli-jiaxin's picture
Upload folder using huggingface_hub
ecf86af verified

A newer version of the Gradio SDK is available: 5.32.0

Upgrade
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:

  1. Open Google Colab: Go to Google Colab.
  2. 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
  1. Install colab-xterm: This allows running terminal commands inside Google colab.
!pip install colab-xterm
  1. Create a new cell: Run the following commands.
%load_ext colabxterm
%xterm
  1. Navigate to the Directory: Now, inside terminal, move to the working directory to the cloned repository:
%cd DeepSeek-VL2-Run-On-Google-Colab
  1. Install Dependencies: Install the required dependencies:
pip install -r requirements.txt
  1. 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!