Skip to content

Commit 76cca1e

Browse files
committed
[SETUP] Move register_cache from setup_helper.py to utils
1 parent 569b94c commit 76cca1e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/nvidia3.6-build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
run: |
8282
set -x
8383
source ~/env-3.6.sh
84-
export FLAGCX_RECOMPILE=ON
85-
export USE_FLAGCX=ON
8684
MAX_JOBS=32 python3 -m pip install . --no-build-isolation -v
8785
8886
- name: Clear cache if ClearCache label present

python/setup_tools/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from pathlib import Path
2222
import importlib.util
2323
import os
24-
from . import tools, default, aipu
24+
from . import tools, default
2525
from .tools import flagtree_configs, OfflineBuildManager
2626

2727

0 commit comments

Comments
 (0)