Skip to content

Commit 1a9b821

Browse files
committed
add 3.10
1 parent 13ecbd8 commit 1a9b821

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
python: ['3.11', '3.12']
18+
python: ['3.10', '3.11', '3.12']
1919
transformers: ['4.48.3', '4.51.3', 'main']
2020
torch: ['2.6', 'main']
2121

onnx_diagnostic/tasks/mixture_of_expert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from typing import Any, Callable, Dict, Optional, Tuple
22
import torch
3+
34
# from ..helpers.cache_helper import make_dynamic_cache
45
from ..helpers.config_helper import update_config # , check_hasattr, _pick
56

0 commit comments

Comments
 (0)