Skip to content

Commit

Permalink
Fix phi (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi authored Apr 12, 2024
1 parent 463ea71 commit 4a6a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lorax_server/models/flash_phi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import torch.distributed
from opentelemetry import trace
from transformers import AutoTokenizer
from transformers.models.phi.modeling_phi import PhiConfig

from lorax_server.models import FlashCausalLM
from lorax_server.models.custom_modeling.flash_phi_modeling import (
Expand All @@ -14,7 +15,6 @@
MLP_FC1,
MLP_FC2,
FlashPhiForCausalLM,
PhiConfig,
)
from lorax_server.utils import (
Weights,
Expand Down

0 comments on commit 4a6a39b

Please sign in to comment.