ihashir commited on
Commit
2195ef3
·
verified ·
1 Parent(s): 8a14cf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,10 +4,10 @@ import torch
4
 
5
  # Set model ID
6
  # comment out the model you want to use
7
- model_id = "gpt2" # for testing purposes only
8
  # model_id = "deepseek-ai/deepseek-coder-1.3b"
9
  # model_id = "deepseek-ai/deepseek-coder-1.3b-base"
10
- # model_id = "deepseek-ai/deepseek-coder-1.3b-instruct"
11
 
12
 
13
  # Load tokenizer and model
 
4
 
5
  # Set model ID
6
  # comment out the model you want to use
7
+ # model_id = "gpt2" # for testing purposes only
8
  # model_id = "deepseek-ai/deepseek-coder-1.3b"
9
  # model_id = "deepseek-ai/deepseek-coder-1.3b-base"
10
+ model_id = "deepseek-ai/deepseek-coder-1.3b-instruct"
11
 
12
 
13
  # Load tokenizer and model