Manu101 commited on
Commit
5533a15
·
verified ·
1 Parent(s): e3ee4d8

build fails now, previously was running fine, just checking

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ import torch.nn.functional as F
11
  num_return_sequences = 1
12
  max_length = 100
13
 
14
-
15
  @dataclass
16
  class GPTConfig:
17
  block_size: int = 1024
 
11
  num_return_sequences = 1
12
  max_length = 100
13
 
 
14
  @dataclass
15
  class GPTConfig:
16
  block_size: int = 1024