"backend/apps/vscode:/vscode.git/clone" did not exist on "0cdcc2deb6d81ce9b4efbc97a67891624c0e8b34"
Unverified Commit b84cd675 authored by Marc Sun's avatar Marc Sun Committed by GitHub
Browse files

Fix quanto tests (#31062)

fix quanto tests
parent cd797778
......@@ -413,18 +413,18 @@ class QuantoQuantizationSerializationCudaTest(QuantoQuantizationTest):
class QuantoQuantizationQBitsTensorTest(QuantoQuantizationTest):
EXPECTED_OUTPUTS = "Hello my name is John, I am a young man from the Philippines"
EXPECTED_OUTPUTS = "Hello my name is Nils, I am a student of the University"
weights = "int4"
class QuantoQuantizationQBitsTensorOffloadTest(QuantoQuantizationOffloadTest):
EXPECTED_OUTPUTS = "Hello my name is John, I am a young man from the Philippines"
EXPECTED_OUTPUTS = "Hello my name is Nils, I am a student of the University"
weights = "int4"
@unittest.skip("Skipping test class because serialization is not supported yet")
class QuantoQuantizationQBitsTensorSerializationTest(QuantoQuantizationSerializationTest):
EXPECTED_OUTPUTS = "Hello my name is John, I am a young man from the Philippines"
EXPECTED_OUTPUTS = "Hello my name is Nils, I am a student of the University"
weights = "int4"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment