tawsif
tawsif
``` OSError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 import torch 2 ----> 3 from sonar.inference_pipelines.text import ( 4 TextToEmbeddingModelPipeline, 5 TextToTextModelPipeline, 18 frames [/usr/lib/python3.11/ctypes/__init__.py](https://localhost:8080/#) in __init__(self, name,...
@Naziyashaik09 I've actually solved this problem.
It's not difficult. Change the model and tokenizer paths to your trained ```model``` and ```tokenizer``` path in the beginning and done. Although if you want to just keep the inference...
@akolesnikoff actually no. Unfortunately, off-the boat it is not apparent we just need to change the model and tokenizer paths LOL!
@Zhenzhong1 sure! 
Here's another screenshot **(although this is from another script where I distributed 8 files on 8 Intel XPUs)** 
thank you! I will experiment with it tomorrow
@JiJiJiang multiple audio at once to create embeddings?
@SerhiiBahdas please use my forked version where I have fixed the issue of ```keras.engine``` ```pip install git+https://github.com/sleepingcat4/nengo-dl.git``` I've opened a pull request to this library and hopefully the maintainers will...
@Simon-Stone TGI is highly optimized and we will be dealing with tons of data and `transformers` library is pretty-bad for that. Maybe good for taking evals where I also find...