Spaces:
Runtime error
Runtime error
comment stabilityai
Browse files
app.R
CHANGED
@@ -5,7 +5,7 @@ library(magrittr)
|
|
5 |
source("model-session.R")
|
6 |
|
7 |
repo <- "EleutherAI/pythia-70m"
|
8 |
-
repo <- "stabilityai/stablelm-tuned-alpha-3b"
|
9 |
repo <- Sys.getenv("MODEL_REPO", unset = repo)
|
10 |
sess <- model_session$new()
|
11 |
|
|
|
5 |
source("model-session.R")
|
6 |
|
7 |
repo <- "EleutherAI/pythia-70m"
|
8 |
+
#repo <- "stabilityai/stablelm-tuned-alpha-3b"
|
9 |
repo <- Sys.getenv("MODEL_REPO", unset = repo)
|
10 |
sess <- model_session$new()
|
11 |
|