Skip to content

Commit fe796dd

Browse files
committed
adding upstream logic
1 parent 4e8efbc commit fe796dd

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

.ci/pytorch/common_utils.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ function install_torchvision() {
159159
fi
160160
}
161161

162-
function install_tlparse() {
163-
pip_install "tlparse==0.3.30"
164-
PATH="$(python -m site-base)/bin:$PATH"
165-
}
166162

167163
function install_torchrec_and_fbgemm() {
168164
local torchrec_commit

.ci/pytorch/macos-test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ test_timm_perf() {
277277
echo "timm benchmark on mps device completed"
278278
}
279279

280-
install_tlparse
281-
282280
if [[ $TEST_CONFIG == *"perf_all"* ]]; then
283281
test_torchbench_perf
284282
test_hf_perf

.ci/pytorch/test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ if [[ "$BUILD_ENVIRONMENT" == *aarch64* ]]; then
208208
export VALGRIND=OFF
209209
fi
210210

211-
install_tlparse
212-
213211
# DANGER WILL ROBINSON. The LD_PRELOAD here could cause you problems
214212
# if you're not careful. Check this if you made some changes and the
215213
# ASAN test is not working

.github/requirements/pip-requirements-macOS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pytest-flakefinder==1.1.0
2020
pytest-subtests==0.13.1
2121
scipy==1.10.1
2222
sympy==1.13.3
23+
tlparse==0.3.30
2324
unittest-xml-reporting<=3.2.0,>=2.0.0
2425
xdoctest==1.1.0
2526
filelock==3.6.0

0 commit comments

Comments
 (0)