Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from typing import Callable
|
|
13 |
from tqdm import tqdm
|
14 |
import bitsandbytes as bnb
|
15 |
from bitsandbytes.nn.modules import Params4bit, QuantState
|
16 |
-
|
17 |
import torch
|
18 |
import random
|
19 |
from einops import rearrange, repeat
|
|
|
13 |
from tqdm import tqdm
|
14 |
import bitsandbytes as bnb
|
15 |
from bitsandbytes.nn.modules import Params4bit, QuantState
|
16 |
+
import sacremoses
|
17 |
import torch
|
18 |
import random
|
19 |
from einops import rearrange, repeat
|