Update README.md
Browse files
README.md
CHANGED
@@ -111,6 +111,7 @@ ds = ds.shuffle().select(range(num_samples))
|
|
111 |
ds = ds.map(preprocess_fn)
|
112 |
|
113 |
recipe = GPTQModifier(
|
|
|
114 |
targets="Linear",
|
115 |
scheme="W8A8",
|
116 |
ignore=["lm_head"],
|
|
|
111 |
ds = ds.map(preprocess_fn)
|
112 |
|
113 |
recipe = GPTQModifier(
|
114 |
+
sequential=True,
|
115 |
targets="Linear",
|
116 |
scheme="W8A8",
|
117 |
ignore=["lm_head"],
|