Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
ShallowCoyote86
Moderator
2 Questions, 6 Answers
  Active since 30 May 2023
  Last activity one year ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
8 Answers
814 Views
0 Votes 8 Answers 814 Views
Hello everyone @<1574207105437536256:profile|HungryCat90> ! I am running a self-hosted clearml-server and I am having trouble in cloning sub-packages of a mo...
one year ago
0 Votes
2 Answers
761 Views
0 Votes 2 Answers 761 Views
Hello clearml 🙂 I am having a small problem with clearml-agents mainly related to: private repository, cache and vcs. I am using the latest version clearml-...
one year ago
0 Hello Everyone

Hi @<1523701087100473344:profile|SuccessfulKoala55> I had tried removing all the ~/clearml but still got the same

Username for '
': 
one year ago
0 Hello Everyone

The interesting part is that if I have only 1 dependency within the mono repo it works. As soon as I add a second dependency from my monorepo, this error start to raise

one year ago
0 Hello Everyone

hey @<1523701087100473344:profile|SuccessfulKoala55> here is the monorepo structure I am using None

you should be able to fetch it. However to get the auth issue you will need to copy this public repo into a private one (ideally with 2FA). Feel free to push commits if needed!

I hope this helps the debugging! 🙂

one year ago
0 Hello Everyone

Hi @<1523701087100473344:profile|SuccessfulKoala55> sorry for delay, I really tried to remove all sensible information from the log.

I tried to replace them with $my_monorepo, $my_user, $my_organization … let me know if you need anything else! Thanks!

one year ago
0 Hello Everyone

@<1523701087100473344:profile|SuccessfulKoala55> if that can help I can make a dummy open source mono repository so we reproduce it in a much easier way! let me know!

one year ago
0 Hello clearml :slightly_smiling_face: I am having a small problem with `clearml-agents` mainly related to: _private repository, cache and vcs._ I am using the latest version `clearml-agents==1.5.2rc` on _python 3.10 (ubuntu:22.04_). I am running a `scri

Hey @<1537605940121964544:profile|EnthusiasticShrimp49> 🙂

sorry I was not clear, with depends on private_repo_b , I meant in the requirement.txt I have something like

private_repo_b @ 

After my changes, I try to launch the script_a again either from a Task.create() syntax or even with task.execute_remotely()

in both cases it seems to re-use the older version of dev or the branch I am in. I looked into the log and even it finds a new commit, it s...

one year ago