Wolf Assi

Results 11 comments of Wolf Assi

@rabbia970 did you manage to solve the issue?

I am facing the same issue. I have an agent with several routes that consist of ConversationalRelationChain and LLMChain. The first issue was that each one has a different input....

I just noticed that all sort of summarization tasks do not work with TGI. You are unable to deploy a summarization model using TGI. If you do deploy a summarization...

> Having a similar issue. I'm trying to get Faster Whisper to run off a docker build. > > I'm trying to use the docker image: pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime > > Unfortunately,...

@Shreeshrii at some point in the file you shared above, in the lstmtraining that starts at line 126, you used $BaseLang.lstm and $BaseLang.traineddata and in the path there was that...

> Look in tessdata_best/script directory Yep, I would find the Arabic.traineddata file, but not the Arabic.lstm file.

> Lstm file is extracted from traineddata file. Use combine_tessdata command. I usually use this command when using combine_tessdata : "combine_tessdata -e ./$ModelName/$BaseLang/$BaseLang.traineddata $Lang.lstm" In this https://github.com/Shreeshrii/tessdata_arabic/blob/master/build/tesstrain_zade.sh, you used the...

@Shreeshrii I have been using the pipeline shared above. I've been training for the past few days. I added up my own generated data lines as well, hoping for it...

@yashsandansing Did you manage to make it run?

> @wolfassi123 just managed get it working. this is my code for reference: > > ``` > !pip install --quiet tf2onnx python-dotenv==1.0.0 torch==1.12.0 torchvision==0.13.0 git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf] > !pip install timm --quiet...