mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 18:19:03 -04:00
Update setup.py
This commit is contained in:
parent
a38035a099
commit
2d85842772
4
setup.py
4
setup.py
@ -8,9 +8,9 @@ setup(
|
||||
name='deepseek_vlm',
|
||||
version=version,
|
||||
description='DeekSeel-VLM',
|
||||
author='HFAiLab',
|
||||
author='DeepSeek-AI',
|
||||
license='MIT',
|
||||
url='https://gitlab.deepseek.com/liuwen/deepseek_vl',
|
||||
url='https://github.com/deepseek-ai/DeepSeek-VL',
|
||||
python_requires='>=3.8',
|
||||
install_requires=['torch>=2.0'],
|
||||
packages=find_packages(exclude=("images",)),
|
||||
|
Loading…
Reference in New Issue
Block a user