Closed aimzieslol closed 4 weeks ago
I believe the Artifacts import problem has been fixed. Can you update and try again?
I'll submit a doc patch for the telemetry issue. The brief answer is to set the environment variable:
USE_TELEMETRY="False"
to turn off telemetry and
USE_TELEMETRY="True"
to turn it on.
Context
git clone
d the project into Google Colab. Usedpip install -e .
to make sure the requirements were in the environment. Addedswarms
to thesys.path.
Problem
There doesn't seem to be an
artifact_main.py
in theartifacts
directory which causes the imports to fail here:https://github.com/kyegomez/swarms/blob/9366437976a1be45d7f60c7d4af22e41a3c67276/swarms/artifacts/__init__.py#L3
Telemetry
As a side note, please document the ability to opt out of the embedded telemetry initialized here:
I know it means a lot to some people the fact they can use
os.environ['USE_TELEMETRY'] = False
to opt out. I, personally, don't care; you've done great work and are offering this for free so more power to ya.Upvote & Fund