Closed AsherYangg closed 1 month ago
Hi, When i try to run the code in colab, it shows : module 't_ragx' has no attribute 'processors'.
Code: input_processor = t_ragx.processors.ElasticInputProcessor()
input_processor.load_general_glossary() input_processor.load_general_translation(elastic_index="general_translation_memory", elasticsearch_host=["https://t-ragx-fossil.rayliu.ca", "https://t-ragx-fossil2.rayliu.ca"])
Hi @AsherYangg, it looks like the llama-cpp-python installation failed, which left the environment in a bad state
llama-cpp-python
I have pinned llama-cpp-python==0.2.54 and it's working again
llama-cpp-python==0.2.54
Hi, When i try to run the code in colab, it shows : module 't_ragx' has no attribute 'processors'.
Code: input_processor = t_ragx.processors.ElasticInputProcessor()
input_processor.load_general_glossary() input_processor.load_general_translation(elastic_index="general_translation_memory", elasticsearch_host=["https://t-ragx-fossil.rayliu.ca", "https://t-ragx-fossil2.rayliu.ca"])