Skip to content

Commit

Permalink
Move new test case from gpu to cpu
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
  • Loading branch information
quic-kyunggeu authored and quic-akhobare committed Oct 31, 2023
1 parent 870efda commit d6e9ebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def test_learned_grid_encoding_getter(self, dtype):
quant_wrapper = LearnedGridQuantWrapper(conv, round_mode=libpymo.RoundingMode.ROUND_NEAREST,
quant_scheme=QuantScheme.training_range_learning_with_tf_init,
is_output_quantized=True, activation_bw=16,
weight_bw=8, device="cuda:0")
weight_bw=8, device="cpu")
enc = libpymo.TfEncoding()
enc.bw, enc.max, enc.min = 16, 0.4, -0.98

Expand Down

0 comments on commit d6e9ebc

Please sign in to comment.