Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] i just want try an agent in local, please not ask swarms.world, i need sample mod #604

Open
lometheus opened this issue Oct 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@lometheus
Copy link

lometheus commented Oct 14, 2024

requests.exceptions.SSLError: HTTPSConnectionPool(host='swarms.world', port=443): Max retries exceeded with url: /api/get-agents/log-agents (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)')))
Sentry is attempting to send 2 pending events
Waiting up to 2 seconds

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@lometheus lometheus added the bug Something isn't working label Oct 14, 2024
Copy link

Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.

@patrickbdevaney
Copy link
Contributor

patrickbdevaney commented Dec 16, 2024

requests.exceptions.SSLError: HTTPSConnectionPool(host='swarms.world', port=443): Max retries exceeded with url: /api/get-agents/log-agents (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)'))) Sentry is attempting to send 2 pending events Waiting up to 2 seconds

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.

Fund with Polar

Hi @lometheus

Just to clarify, are you looking for a Python file to run a Swarms agent locally on your GPU, or would you prefer using an API key to run swarms locally and call an llm backend?

Additionally, could you describe the type of Swarm or use case you're aiming for?

I made this repo that lets you run an agent locally if you have a gpu:
https://github.com/patrickbdevaney/ollama-swarms-demo

Just make sure that the model fits in your vram, given the number of parameters and quantization.

Run ollama serve and then specify in the code which model you want to use i.e. llama 3.1:8b.

Then change the agent configuration and system prompts as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants