You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A=pd.read_csv('outliers.1.csv', index_col=None)
As= []
fortag,GinA.groupby('scenario'):
reg=G.reference<G.new# those that got higher (worse)iftag=='train_tokens_per_second':
reg=reg.apply(lambdax: notx) # these are those that are worse if lowerAs.append(G.loc[reg])
A=pd.concat(As)
The text was updated successfully, but these errors were encountered:
@achew010 are we positive the slow down only affects GPTQ-LoRA and nothing else (e.g., full, regular peft). I remember you used to print out a table, can we check it also
Description
Regression Test for Loss, Memory,
Throughput
Comparisons on loss, memory and throughput for Full-FT, PEFT
torch_dtype=float16
(Reference) totorch_dtype=bfloat16
(New).See Outliers
Subset of Outliers processed into this table
The text was updated successfully, but these errors were encountered: