update llama_action model
Browse files- modeling_llama_action.py +0 -1
modeling_llama_action.py
CHANGED
|
@@ -4,7 +4,6 @@ import torch
|
|
| 4 |
import torch.nn as nn
|
| 5 |
from transformers import LlamaForCausalLM
|
| 6 |
from transformers.modeling_outputs import CausalLMOutputWithPast
|
| 7 |
-
from tqdm import tqdm
|
| 8 |
|
| 9 |
from .configuration_llama_action import LlamaActionConfig
|
| 10 |
|
|
|
|
| 4 |
import torch.nn as nn
|
| 5 |
from transformers import LlamaForCausalLM
|
| 6 |
from transformers.modeling_outputs import CausalLMOutputWithPast
|
|
|
|
| 7 |
|
| 8 |
from .configuration_llama_action import LlamaActionConfig
|
| 9 |
|