Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ torch_device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
11 |
print("Running on device:", torch_device)
|
12 |
print("CPU threads:", torch.get_num_threads())
|
13 |
|
14 |
-
peft_model_id = "ldhldh/polyglot-ko-1.
|
15 |
# 20k or 30k
|
16 |
#18k > ์๋์ ๋ง๊น์ง ํ๋ ์ด์๊ฐ ์์
|
17 |
#8k > ์ฝ๊ฐ ์์ฌ์ด๊ฐ?
|
|
|
11 |
print("Running on device:", torch_device)
|
12 |
print("CPU threads:", torch.get_num_threads())
|
13 |
|
14 |
+
peft_model_id = "ldhldh/polyglot-ko-1.3b_lora_big_tern_30kstep"
|
15 |
# 20k or 30k
|
16 |
#18k > ์๋์ ๋ง๊น์ง ํ๋ ์ด์๊ฐ ์์
|
17 |
#8k > ์ฝ๊ฐ ์์ฌ์ด๊ฐ?
|