AppleSwing
commited on
Commit
•
ae99472
1
Parent(s):
89eec2c
Delete calflops
Browse files
src/backend/hflm_with_measurement.py
CHANGED
@@ -5,7 +5,6 @@ import sys
|
|
5 |
from time import time
|
6 |
from pathlib import Path
|
7 |
from typing import List, Literal, Optional, Tuple, Union
|
8 |
-
from calflops import calculate_flops
|
9 |
|
10 |
import torch
|
11 |
import torch.nn.functional as F
|
|
|
5 |
from time import time
|
6 |
from pathlib import Path
|
7 |
from typing import List, Literal, Optional, Tuple, Union
|
|
|
8 |
|
9 |
import torch
|
10 |
import torch.nn.functional as F
|