AlessandroMasala commited on
Commit
cbd635f
·
verified ·
1 Parent(s): ce7161c

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -19,6 +19,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
19
  from langchain_community.llms import HuggingFacePipeline
20
  import torch
21
 
 
22
 
23
 
24
 
 
19
  from langchain_community.llms import HuggingFacePipeline
20
  import torch
21
 
22
+ #
23
 
24
 
25