Skip to content

Commit

Permalink
Main author: black_samorez@
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Panferov <[email protected]>
  • Loading branch information
justheuristic and Andrei Panferov committed Nov 23, 2023
1 parent 9a0a8cc commit b4a5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week10_efficiency/benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"\n",
"import torch\n",
"from torch import Tensor\n",
"from torch import nn\n",
"import torch.nn as nn\n",
"\n",
"from transformers.models.llama.modeling_llama import LlamaForCausalLM\n",
"from transformers.models.llama.configuration_llama import LlamaConfig\n",
Expand Down

0 comments on commit b4a5fae

Please sign in to comment.