remove unused AutoTokenizer
This commit is contained in:
parent
816d93db75
commit
692880535a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import torch
|
import torch
|
||||||
from transformers import AutoModel, AutoTokenizer
|
from transformers import AutoModel
|
||||||
|
|
||||||
ap = argparse.ArgumentParser()
|
ap = argparse.ArgumentParser()
|
||||||
ap.add_argument("-m", "--model", help="Path to GLM model")
|
ap.add_argument("-m", "--model", help="Path to GLM model")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue