Spaces:
Running
on
Zero
Running
on
Zero
Add bidirectionalllamaattention to imports
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from llama_diffusion_model import disable_dropout
|
|
8 |
import os
|
9 |
import importlib
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
-
from llama_diffusion_model import CustomTransformerModel, CustomTransformerConfig, disable_dropout
|
12 |
|
13 |
hf_token = os.getenv("HF_TOKEN")
|
14 |
|
|
|
8 |
import os
|
9 |
import importlib
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
+
from llama_diffusion_model import CustomTransformerModel, CustomTransformerConfig, BidirectionalLlamaAttention, disable_dropout
|
12 |
|
13 |
hf_token = os.getenv("HF_TOKEN")
|
14 |
|