Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,9 @@ import spaces
|
|
11 |
import time
|
12 |
import subprocess
|
13 |
|
14 |
-
from transformers_modules.apple.OpenELM-3B-Instruct.d3c76da586450c73898e6bed70cecf3376300fb3.configuration_openelm import OpenELMConfig
|
15 |
|
|
|
16 |
|
17 |
|
18 |
# flash-attn 라이브러리 설치. CUDA 빌드는 건너뜀.
|
|
|
11 |
import time
|
12 |
import subprocess
|
13 |
|
14 |
+
# from transformers_modules.apple.OpenELM-3B-Instruct.d3c76da586450c73898e6bed70cecf3376300fb3.configuration_openelm import OpenELMConfig
|
15 |
|
16 |
+
from transformers_modules.apple.OpenELM_3B_Instruct.d3c76da586450c73898e6bed70cecf3376300fb3.configuration_openelm import OpenELMConfig
|
17 |
|
18 |
|
19 |
# flash-attn 라이브러리 설치. CUDA 빌드는 건너뜀.
|