mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 13:54:32 +00:00
clean up
This commit is contained in:
parent
c8a0b110c0
commit
5ecedc12e7
2 changed files with 2 additions and 18 deletions
|
|
@ -10,7 +10,7 @@ from typing import Callable, Optional
|
|||
|
||||
import torch
|
||||
from fairscale.nn.model_parallel.initialize import get_model_parallel_rank
|
||||
from torch import nn, Tensor
|
||||
from torch import Tensor, nn
|
||||
from torch.nn import functional as F
|
||||
|
||||
from ...datatypes import QuantizationMode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue