Peefy
Peefy
> Hi! I went ahead and updated the checklist! Unfortunately, I don't see the trademark agreement in our files. Do you have an idea when you sent it our way?...
> > * https://github.com/cncf/foundation/tree/master/agreements has agreements > > Easy to solve! https://github.com/cncf/foundation/tree/master/agreements has agreements, both registered and non-registered! Thank you @amye. For the KCL project, we should use an **unregistered...
Thank you to @RobertKielty. I've added KCL all projects on FOSSA. View the effect of one of the repo https://github.com/kcl-lang/kcl
Related Impl: https://github.com/kcl-lang/tree-sitter-kcl
Share the successful process of compiling and running my m1/m2: 1. python3 -m pip install torch==2.1.0 2. export LIBTORCH_USE_PYTORCH=1 3. sudo cp /torch/lib/lib** /usr/local/lib 4. cargo run
Closed by #1194
> does this means after running the command, removing the unnecessary code or updating it? @Peefy Yes. 👍
> Since data2 is defined after data1 struct during compilation it isn't finding the data2 struct because it is used before the declaration. > > I tried to recreate the...
Closed by #466
> Thanks for reaching out @Peefy > > At the moment, we do not have documentation for writing a new language SDK for `kpt`. But you can take a look...