Skip to content

Commit

Permalink
Post-merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Oct 20, 2023
1 parent 86a1aef commit d87c23b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/petals/models/llama/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
See commit history for authorship.
"""
import math
import math
from typing import Optional, Tuple

import torch
Expand Down
1 change: 0 additions & 1 deletion tests/test_optimized_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import torch
from transformers.models.falcon.modeling_falcon import FalconDecoderLayer, FalconModel, build_alibi_tensor
from transformers.models.llama.modeling_llama import LlamaDecoderLayer, LlamaModel
from transformers.models.llama.modeling_llama import LlamaDecoderLayer, LlamaModel

from petals.utils.auto_config import AutoDistributedConfig
from petals.utils.convert_block import QuantType, convert_block
Expand Down

0 comments on commit d87c23b

Please sign in to comment.