Skip to content

Commit

Permalink
added htorch support to lora model
Browse files Browse the repository at this point in the history
  • Loading branch information
rsshaik1 committed Dec 19, 2024
1 parent 88ef381 commit c436b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/lora/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from typing import (Any, Callable, Dict, List, Optional, Sequence, Tuple, Type,
Union)

import habana_frameworks.torch

Check failure on line 10 in vllm/lora/models.py

View workflow job for this annotation

GitHub Actions / ruff (3.12)

Ruff (F401)

vllm/lora/models.py:10:8: F401 `habana_frameworks.torch` imported but unused
import safetensors.torch
import torch
from torch import nn
Expand Down

0 comments on commit c436b2f

Please sign in to comment.