Skip to content

Commit

Permalink
Merge pull request #238 from YellowRoseCx/patch-1
Browse files Browse the repository at this point in the history
adding missing transformers import to opt.py old-cuda
  • Loading branch information
qwopqwop200 authored May 18, 2023
2 parents b5f9188 + 4cf6cf6 commit 8e78736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import torch
import torch.nn as nn
import transformers

from gptq import *
from modelutils import *
Expand Down

0 comments on commit 8e78736

Please sign in to comment.