PatrickR
RRunPod
•Created by vladfaust on 9/5/2024 in #⚡|serverless
I shouldn't be paying for this
How are you loading your model?
7 replies
RRunPod
•Created by NERDDISCO on 7/25/2024 in #⚡|serverless
Llama 3.1 via Ollama
Reverted in the docs
19 replies
RRunPod
•Created by NERDDISCO on 7/25/2024 in #⚡|serverless
Llama 3.1 via Ollama
downgrade the docker image to 0.0.7
19 replies
RRunPod
•Created by NERDDISCO on 7/25/2024 in #⚡|serverless
Llama 3.1 via Ollama
Also, the Docker image just updated to version 0.9
pooyaharatian/runpod-ollama:0.0.9
19 replies
RRunPod
•Created by NERDDISCO on 7/25/2024 in #⚡|serverless
Llama 3.1 via Ollama
Yes. Like
orca-mini
or llama3.1
19 replies
RRunPod
•Created by NERDDISCO on 7/25/2024 in #⚡|serverless
Llama 3.1 via Ollama
Docs on that Docker image are now updated. Thanks for the ping!
19 replies
RRunPod
•Created by heyado on 7/10/2024 in #⚡|serverless
Can I use a golang handler with serverless?
Kind of like this? https://docs.runpod.io/sdks/go/overview
17 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
70 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
I rebuilt the new Docker image based off another image:
70 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
Yes, output of the device is GPU.
BTW I used the CLI tool
runpodctl project create
for faster itteration cycles/not having to rebuild docker constantly.70 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
So I am getting the GPU to run through CUDA.
70 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
Here is my python code:
`
70 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
Hey, so I went through this and I've this input:
and this output:
70 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
Risky click 😆
70 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
That would be useful yes! Would love to test out and see what is going on.
70 replies
RRunPod
•Created by singhtanmay345 on 3/4/2024 in #⚡|serverless
IN-QUEUE Indefinitely
Do you have a repo I can checkout? I would be intrested in seeing what we can add to help support this.
26 replies
RRunPod
•Created by BadNoise on 7/5/2024 in #⚡|serverless
Pipeline is not using gpu on serverless
I have a feeling this line:
Is doing something funky.
You should try doing a print right after that:
And see if your code thinks it is running on a CPU.
70 replies
RRunPod
•Created by ssssteven on 7/3/2024 in #⚡|serverless
network connections are very slow, Failed to return job results.
For longer jobs you'll want to use
run
and not the runsync
method.40 replies