dfalbel commited on
Commit
25afb76
1 Parent(s): a25e028
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -4,7 +4,7 @@ library(minhub)
4
  library(magrittr)
5
  source("model-session.R")
6
 
7
- repo <- "EleutherAI/pythia-70m"
8
  repo <- Sys.getenv("MODEL_REPO", unset = repo)
9
  sess <- model_session$new()
10
 
 
4
  library(magrittr)
5
  source("model-session.R")
6
 
7
+ repo <- "stabilityai/stablelm-tuned-alpha-3b"
8
  repo <- Sys.getenv("MODEL_REPO", unset = repo)
9
  sess <- model_session$new()
10