🚨 Remove dataset with restrictive license (#31452)

remove dataset with restrictive license
This commit is contained in:
Ella Charlaix
2024-06-17 18:56:51 +02:00
committed by GitHub
parent a14b055b65
commit 02300273e2
2 changed files with 9 additions and 5 deletions

View File

@@ -46,7 +46,6 @@ class GPTQConfigTest(unittest.TestCase):
with self.assertRaises(ValueError):
GPTQConfig(bits=2, dataset="auto_gpt")
GPTQConfig(bits=2, dataset="c4")
GPTQConfig(bits=2, dataset="ptb-new")
def test_damp_percent(self):
with self.assertRaises(ValueError):