Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Sep 11, 2024
1 parent 39f3fd4 commit 28a7df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-hub/dora-qwenvl/dora_qwenvl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Check if flash_attn is installed
try:
import flash_attn
import flash_attn as _

model = Qwen2VLForConditionalGeneration.from_pretrained(
CUSTOM_MODEL_PATH,
Expand Down

0 comments on commit 28a7df8

Please sign in to comment.