From a8d633f629cb1c6c81c80ba3bf8babcde698bf65 Mon Sep 17 00:00:00 2001 From: paulyu12 <507435917@qq.com> Date: Tue, 22 Apr 2025 08:57:25 +0800 Subject: [PATCH] [Bugfix] fix import error (#600) ### What this PR does / why we need it? Fix the import error that https://github.com/vllm-project/vllm-ascend/issues/592 mentioned. Signed-off-by: paulyu Co-authored-by: paulyu --- vllm_ascend/lora/__init__.py | 0 vllm_ascend/lora/punica_wrapper/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 vllm_ascend/lora/__init__.py create mode 100644 vllm_ascend/lora/punica_wrapper/__init__.py diff --git a/vllm_ascend/lora/__init__.py b/vllm_ascend/lora/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/vllm_ascend/lora/punica_wrapper/__init__.py b/vllm_ascend/lora/punica_wrapper/__init__.py new file mode 100644 index 0000000..e69de29