Kernel optimizations WIP

This commit is contained in:
turboderp
2023-09-02 05:37:00 +02:00
parent c5cf3956dc
commit 92ce76dec1
9 changed files with 835 additions and 198 deletions

View File

@@ -52,7 +52,7 @@ if args.prompt:
print(f" -- Warmup...")
model.forward(ids[:, :])
model.forward(ids[:, -1:])
print(f" -- Generating (greedy sampling)...")
print()