CLIPN icon indicating copy to clipboard operation
CLIPN copied to clipboard

about "Cloud-init"

Open huangliang-666 opened this issue 1 year ago • 1 comments

Dear author,

I encountered some issues while configuring the environment. When I tried to install the "Cloud-init" library, I realized that it is not a Python package. I then found the source code on GitHub and downloaded it. However, when I tried to install it, I discovered that it's a system-level software and requires administrator privileges, which I don't have.

I would like to ask, what is the primary purpose of this "Cloud-init" software? Will not installing "Cloud-init" affect the execution of the code?

huangliang-666 avatar Sep 22 '24 09:09 huangliang-666

Hi,

It's not necessary, lib. In fact, when I first worked on CLIPN, I didn't create a separate environment for it but rather a mix of many projects, which led to a lot of unrelated libraries being involved in it. If you want to run CLIPN, just installing timm, open-clip, pytorch is enough.

SiLangWHL avatar Oct 23 '24 12:10 SiLangWHL