alexmarques commited on
Commit
ac85328
·
verified ·
1 Parent(s): cd18763

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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"],