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
AmiableSeaturtle81
Moderator
35 Questions, 135 Answers
  Active since 14 July 2023
  Last activity 28 days ago

Reputation

0

Badges 1

123 × Eureka!
0 Votes
3 Answers
693 Views
0 Votes 3 Answers 693 Views
All of our users suddenly cant log in. We get 401, existing logged users are fine, but once logged out cant log back in. Here is what webserver says in logs:...
6 months ago
0 Votes
7 Answers
618 Views
0 Votes 7 Answers 618 Views
Graph is drawn quite bad in such cases, hard to understand the relations Red line shows the actual linking, but it looks like it links to another dataset alo...
6 months ago
0 Votes
0 Answers
964 Views
0 Votes 0 Answers 964 Views
Tested on two PCs now
one year ago
0 Votes
1 Answers
565 Views
0 Votes 1 Answers 565 Views
Hello, how to handle clearml.Task.add_requirements("requirements.txt) cases when we have --extra-intex-url in the file
6 months ago
0 Votes
80 Answers
42K Views
0 Votes 80 Answers 42K Views
Why is async_delete not working? - bucket is not right in logs - This is really misleading in web ui, because it says "success" although async_delete failed ...
12 months ago
Show more results questions
0 Why Is Async_Delete Not Working?

So from our IT guys i now know that
"s3" part of url is subdomain, we use it in all other libs like boto3 and cloudpathlib, never had any problems
This is where the crash happens inside the clearml Task
image

11 months ago
0 Why Is Async_Delete Not Working?

@<1523701435869433856:profile|SmugDolphin23> Setting it without http is not possible as it auto fills them back in

10 months ago
0 Why Is Async_Delete Not Working?

Setting these urls in SETTINGS/Configuration/ WEB APP CLOUD ACCESS in web ui
None doesnt work
None doesnt work
None doesnt work
None doesnt work
None gets replaced to None ://s3.host-our.com:8080 doesnt work
None doesnt work
None doesnt work

In all of these inst...

10 months ago
0 Why Is Async_Delete Not Working?

we do, yes. Changing it to https in settings doesnt help

11 months ago
0 Why Is Async_Delete Not Working?

py file:
task: clearml.Task = clearml.Task.init(
project_name="project",
task_name="task",
output_uri=" None ",
)

clearml.conf:
{
# This will apply to all buckets in this host (unless key/value is specifically provided for a given bucket)
host: " our-host.com "
key: "xxx"
secret: "xxx"
multipart: false
...

11 months ago
0 Why Is Async_Delete Not Working?

@<1523701435869433856:profile|SmugDolphin23> Any news?

10 months ago
0 Why Is Async_Delete Not Working?

But there are stil some wierd issues, i cannot see the files uploaded in bucket

11 months ago
0 Why Is Async_Delete Not Working?

We dont need a port
"s3" is part of url that is configured on our routers, without it we cannot connect

11 months ago
0 Why Is Async_Delete Not Working?

Specifying it like this, gets me different error:

Exception has occurred: ValueError

  • Insufficient permissions (delete failed) for None
    botocore.exceptions.ClientError: An error occurred (IllegalLocationConstraintException) when calling the DeleteObject operation: The me-south-1 location constraint is incompatible for the region specific endpoint this request was sent to.

During handling of the above exception, another exception occurred:

File "/home/ma...

11 months ago
0 Why Is Async_Delete Not Working?
  1. This is how web UI configurations looks like
    image
10 months ago
0 Why Is Async_Delete Not Working?

The problem is that clearml.conf s3 config doesnt support empty region field, even empty strings crashes it

11 months ago
0 Why Is Async_Delete Not Working?

@<1523703436166565888:profile|DeterminedCrab71> Thanks for responding
It was unclear to me that I need to set 443 also everywhere in clearml.conf
Setting s3 host urls with 443 in clearml.conf and also in web UI made it work

Im now almost at the finish line. The last thing that would be great is to fix archived task deletion.
For some reason i have error of missing S3 keys in clearml docker compose logs, the folder / files are not deleted in S3 bucket.

You can see how storage_credentials.co...

10 months ago
0 Why Is Async_Delete Not Working?

I dont have a region. I guess I will wait till tomarrow then?

11 months ago
0 Why Is Async_Delete Not Working?
  • Here is how client side clearml.conf looks like together with the script im using to create the tasks. Uploads seems to work and is fixed thanks to you guys 🙌
    image
    image
    image
10 months ago
0 Why Is Async_Delete Not Working?

I know these keys work, url and everything else works because I use these creds daily

11 months ago
0 Why Is Async_Delete Not Working?

clearml.conf is a fresh one i did clearml-init to make sure

11 months ago
0 Why Is Async_Delete Not Working?

we might as well have "s5" there but it is needed there

11 months ago
0 I'Ve Had This Bug Where Every Few Weeks All My Current Running Experiments Are Stopped And Then Deleted. This Has Now Happend Like 3-4 Times. I Dont Understand What Is Causing It. Model Files, Debug Images Are Saved In Fileserver Folder, But The Task Itse

hi, thanks for reaching out. Getting desperate here.
Yes, its self hosted
No, only currently running experiments are deleted (task itself is gone, but debug images and models are present in fileserver folder)

What I do see is some random elastisearch errors popping up from time to time

[2024-01-05 09:16:47,707] [9] [WARNING] [elasticsearch] POST None ` [status:N/A requ...

one year ago
0 I'Ve Had This Bug Where Every Few Weeks All My Current Running Experiments Are Stopped And Then Deleted. This Has Now Happend Like 3-4 Times. I Dont Understand What Is Causing It. Model Files, Debug Images Are Saved In Fileserver Folder, But The Task Itse
  1. is 50GB elastisearch normal? Have you seen it. elsewhere or are we doing something wrong, one thing I think is that we are probably logging too frequently
  2. Is it possible to somehow clean up this?
one year ago
0 Have You Guys Forgot To Add Uv Caching? Im Trying On 1.9.3Rc0 And Uv Always Redownloads The Packages, Doesnt Use Cache. Or Is It My Skill Issue? All I Added: Package_Manager: {

Not really, but i think i will figure out the uv caching

I have another question @<1523701070390366208:profile|CostlyOstrich36>
How can i make the clearml agent to just run the image with just the uv
dont install any packages, nothing
i found docker_init_bash_script in clearml.config
i know there are some envs to pass in task init but that does not fully do what i want - just simply run the image, i have all the dependencies

29 days ago
Show more results compactanswers