mirror of
https://github.com/deepseek-ai/DeepSeek-VL
synced 2025-06-26 18:27:43 +00:00
chore: make format
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ COPYRIGHT = "DeepSeek."
|
||||
PROJECT_PATH = deepseek_vl
|
||||
SHELL = /bin/bash
|
||||
SOURCE_FOLDERS = deepseek_vl
|
||||
PYTHON_FILES = $(shell find $(SOURCE_FOLDERS) -type f -name "*.py" -o -name "*.pyi")
|
||||
PYTHON_FILES = $(shell find $(SOURCE_FOLDERS) -type f -name "*.py" -o -name "*.pyi") cli_chat.py inference.py
|
||||
COMMIT_HASH = $(shell git log -1 --format=%h)
|
||||
PATH := $(HOME)/go/bin:$(PATH)
|
||||
PYTHON ?= $(shell command -v python3 || command -v python)
|
||||
|
||||
Reference in New Issue
Block a user