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
TartLeopard58
Moderator
14 Questions, 51 Answers
  Active since 14 January 2023
  Last activity one year ago

Reputation

0

Badges 1

49 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
clearml team is no longer to develp clearml-session..? I wrote an issue but nobody answer
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
[clearml-session question] why does jupyter lab have only token in url while code-server doesn’t?
one year ago
0 Votes
2 Answers
983 Views
0 Votes 2 Answers 983 Views
does clearml-serving support mms(multi-model-serving) like seldon deploy? mms: serving multiple model in the same container
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello, I would like to start a discussion about clearml-session . Clearml-session uses ssh tunneling by default. Although ssh tunneling has advantages such a...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
[clearml-session discussion] I have modified clearml-session and clearml-agent to provide GPU resources to our company as a tool, and it is being well-utiliz...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
hello, 😄 this is clearml-session question. when i execute clearml-session --queue a10g --docker ultralytics/ultralytics i got this error: Error: _get_status...
one year ago
0 Votes
2 Answers
916 Views
0 Votes 2 Answers 916 Views
Is there any options to add env when installing clearml-serving using helm chart ? I have to add CLEARML_API_DEFAULT_REQ_METHOD=“post” to clearml-serving-inf...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
hello, where are projects and logging file saved default? are they saved in fileserver? then what is the exact path?
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi! I installed self-hosted clearml server using https://artifacthub.io/packages/helm/allegroai/clearml . Because ClearML Server does not restrict access by ...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
clearml-session question again. how can i use terminal in jupyterlab? i can’t find specific jupyterlab version in clearml-session code. refer: None
one year ago
0 Votes
3 Answers
875 Views
0 Votes 3 Answers 875 Views
Hi, can’t i embed scalars to notion using clearml sdk?
one year ago
0 Votes
40 Answers
43K Views
0 Votes 40 Answers 43K Views
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
hello all! Is there any way to hide menu on the side bar? i want to show project menu only.
one year ago
0 Hello All, I Installed Self-Hosted Server And Queue(Cosumes 1 Gpu) On Kubernetes. I Have An Issue Regarding Gpu Monitoring. I Checked The Process Is Using Gpu In The Pod, But Gpu Usage Is Not Being Displayed On Workers & Queues Dashboard, Whereas Cpu Usag

I run clearml-agent manually in gpu available pod using command clearml-agent daemon --queue shelley
and this doesn’t show gpu usage same with when i run task remotely

and here is the log

agent.worker_id =
agent.worker_name = shelley-gpu-pod
agent.force_git_ssh_protocol = false
agent.python_binary =
agent.package_manager.type = pip
agent.package_manager.pip_version.0 = <20.2 ; python_version < ‘3.10’
agent.package_manager.pip_version.1 = <22.3 ; python_ver...

one year ago
0 Hello All! Is There Any Way To Hide Menu On The Side Bar? I Want To Show Project Menu Only.

can i hide some of them without fixing and rebuilding docker image?

one year ago
0 Hello,

image

one year ago
0 Hello,

clearml==1.9.2
clearml-session==0.4.0

one year ago
0 [Clearml-Session Question] Why Does Jupyter Lab Have Only Token In Url While Code-Server Doesn’T?

@<1523701070390366208:profile|CostlyOstrich36> Hello. Oh, sorry for the lack of explanation.when i execute the command “clearml-session ~“, jupyter url format is ‘ None :{local_jupyter_port}/?token={jupyter_token}’ and vs code url format is just ‘ None :{local_vscode_port}’ like the pic i attached here. I wonder why vs code url doesn’t have token.
image

one year ago
0 Hi! I Installed Self-Hosted Clearml Server Using

i fount the solution!! i added configuration to helm’s values.yaml below.

additionalConfigs:
# services.conf: |
# tasks {
# non_responsive_tasks_watchdog {
# # In-progress tasks that haven’t been updated for at least ‘value’ seconds will be stopped by the watchdog
# threshold_sec: 21000
# # Watchdog will sleep for this number of seconds after each cycle
# watch_interval_sec: 900
# }
# }
apiserver.co...

one year ago
0 [Clearml-Session Discussion] I Have Modified Clearml-Session And Clearml-Agent To Provide Gpu Resources To Our Company As A Tool, And It Is Being Well-Utilized By Data Scientists And Mlops Engineers In Our Company. Here’S What I Modified:

@<1523701205467926528:profile|AgitatedDove14> @<1529271085315395584:profile|AmusedCat74> Hi guys 🙌

  • I think that by default it uses the host network so it can take care of that, are you saying you added k8s integration ?-> Yes, i modified clearml-agent helm chart.
  • “SSH allows access with password” it is a very long random password, not sure I see a risk here, wdyt?-> Currently, when enqueueing a task, clearml-session generates a long random password for SSH and VS Code and...
one year ago
0 Hello,

it’s been working well until i removed virtualenv and recreated, then i reinstall only clearml and clearml-session

one year ago
0 Hello,

wow ! thank you for quick answer! it worked like a charm. have a nice day:)

one year ago
0 Hello, I Would Like To Start A Discussion About

The clearml server I installed is a self-hosted server, and developers log in using a fixed ID and password for authentication. That’s it!

Futhermore, to access ssh/vscode/jupyterlab directly without ssh tunneling, I modified the clearml-session script, and once I upload this script to the DevOps project in draft status, developers clone it to their own project. Then, they enqueue and wait for the command and URL to access ssh/vscode/jupyterlab, which will be displayed.

one year ago
0 Hello,

image

one year ago
Show more results compactanswers