Skip to content

Commit

Permalink
[quant][be] Remove test/quantization/pt2e/test_quantize_pt2e_fx.py (#…
Browse files Browse the repository at this point in the history
…108925)

Summary:
this is no longer needed since we have the quantizer api now

Test Plan:
.

Reviewers:

Subscribers:

Tasks:

Tags:
Pull Request resolved: #108925
Approved by: https://github.com/andrewor14
ghstack dependencies: #108924
  • Loading branch information
jerryzh168 authored and pytorchmergebot committed Sep 14, 2023
1 parent 900288f commit 9187559
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 303 deletions.
301 changes: 0 additions & 301 deletions test/quantization/pt2e/test_quantize_pt2e_fx.py

This file was deleted.

2 changes: 0 additions & 2 deletions test/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@
from quantization.pt2e.test_quantize_pt2e import TestQuantizePT2EModels # noqa: F401
from quantization.pt2e.test_representation import TestPT2ERepresentation # noqa: F401
from quantization.pt2e.test_x86inductor_quantizer import TestQuantizePT2EX86Inductor # noqa: F401
from quantization.pt2e.test_quantize_pt2e_fx import TestQuantizePT2EFX # noqa: F401
from quantization.pt2e.test_quantize_pt2e_fx import TestQuantizePT2EFXModels # noqa: F401
except ImportError as e:
# In FBCode we separate PT2 out into a separate target for the sake of dev
# velocity. These are covered by a separate test target `quantization_pt2e`
Expand Down

0 comments on commit 9187559

Please sign in to comment.