AbhishekBhavnani commited on
Commit
9e99fa9
·
verified ·
1 Parent(s): 581d7d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ model_ckpt = "AbhishekBhavnani/TweetClassification"
7
 
8
  model = AutoModelForSequenceClassification.from_pretrained(
9
  model_ckpt,
10
- low_cpu_mem_usage=True # To prevent large memory usage during loading
11
  )
12
 
13
  tokenizer = AutoTokenizer.from_pretrained(model_ckpt)
 
7
 
8
  model = AutoModelForSequenceClassification.from_pretrained(
9
  model_ckpt,
10
+ low_cpu_mem_usage=False
11
  )
12
 
13
  tokenizer = AutoTokenizer.from_pretrained(model_ckpt)