Spaces:
Sleeping
Sleeping
space update
Browse files- app.py +1 -1
- v1/u_model.pth +0 -0
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def load_model():
|
|
| 38 |
try:
|
| 39 |
print("📥 Downloading model weights from GitHub...")
|
| 40 |
import requests
|
| 41 |
-
url = "https://github.com/malibayram/llm-from-scratch/raw/main/
|
| 42 |
|
| 43 |
headers = {
|
| 44 |
'Accept': 'application/octet-stream',
|
|
|
|
| 38 |
try:
|
| 39 |
print("📥 Downloading model weights from GitHub...")
|
| 40 |
import requests
|
| 41 |
+
url = "https://github.com/malibayram/llm-from-scratch/raw/main/u_model_4000.pth"
|
| 42 |
|
| 43 |
headers = {
|
| 44 |
'Accept': 'application/octet-stream',
|
v1/u_model.pth
ADDED
|
Binary file (97.2 kB). View file
|
|
|