Raiff1982 commited on
Commit
e96fb0b
·
verified ·
1 Parent(s): 755e3e8

Update components/CodriaoCore.py

Browse files
Files changed (1) hide show
  1. components/CodriaoCore.py +1 -1
components/CodriaoCore.py CHANGED
@@ -4,7 +4,7 @@ import json
4
  import logging
5
  import torch
6
  import faiss
7
- import numpy as np
8
  from transformers import AutoModelForCausalLM, AutoTokenizer
9
  from typing import List, Dict, Any
10
  from cryptography.fernet import Fernet
 
4
  import logging
5
  import torch
6
  import faiss
7
+ import numpy
8
  from transformers import AutoModelForCausalLM, AutoTokenizer
9
  from typing import List, Dict, Any
10
  from cryptography.fernet import Fernet