Aditya Anil
Aditya Anil
Is anyone working on this ? I would love to contribute in any way possible. This is something I look forward to learn as well :)
Oh understood. Is there any other similar issue I can work on instead? If not can you suggest some issues ?
Hey, I'll take a look at them. Thanks again
Hey, can I start off working on this in case no one has ?
I apologize for the delay in responding to your request. Due to prior commitments, I was unable to attend to this matter sooner. When attempting to install the required packages,...
Just adding the initial error message for reference here ``` ERROR: Could not find a version that satisfies the requirement tensorflow==2.12.0 (from versions: 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1,...
Hey @felixdittrich92 :) When I try TensorFlow 2.13, I get conflicting dependencies. I tried with Tensorflow 2.14 as it had smaller amount of conflicting dependencies. That worked perfectly fine. Thanks...
I came across another issue 😢 While trying run the api locally with the command ``` uvicorn --reload --workers 1 --host 0.0.0.0 --port=8002 --app-dir api/ app.main:app ``` I get the...
I'll give that a try and report back on the results. While I remember trying that and then encountering an error before, I'm not entirely clear on the specific details...
Hey @felixdittrich92, I did try running the command and it led to the same error :/