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
SuccessfulRaven86
Moderator
16 Questions, 63 Answers
  Active since 12 April 2023
  Last activity one year ago

Reputation

0

Badges 1

62 × Eureka!
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi channel, I am using K8s clearml-serving helm chart and noticed a small issue. The current implementation of ...ingress.yaml resource does not contain the ...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello, I am trying to modify my clearml-agent running on a AWS autoscaler (From ClearML applications). I want to be able to clone my repo (working), and inst...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
2 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello channel, Two other related questions: - ClearML is supposed to automatically detect GIT repo directly. It works when I run a python script but it does ...
2 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Can we use the simple docker-compose.yml file for clearml serving on a huggingface model (not processed to tensorrt)?
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
one year ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello, I have the same issue as this github issue: None I tried setting up my AWS autoscaler conf file with the following params: sdk.development.store_uncom...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hey channel, Clearml-serving question Is it good practice to save a .zip file as model, and unzip it in the custom endpoint for usage?
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello! I have a small question regarding storage data retrieval with ClearML 😉 Context: My team uploads thousands of data samples for training as one ClearM...
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello, Question about the time of upload: Is it faster or exactly the same to upload 1 file of 1Gb compared to 10 files of 100 Mb?
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
2 years ago
0 Votes
40 Answers
154K Views
0 Votes 40 Answers 154K Views
Hello channel, I am struggling a lot on an issue linked to ClearMl agent and AWS Autoscaler . This issue is very problematic and urgent, please help me out! ...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, Can someone give more information about what an API call means? Our team has been charged for 10 Millions API calls, but we struggle to understand where ...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Can We Use The Simple Docker-Compose.Yml File For Clearml Serving On A Huggingface Model (Not Processed To Tensorrt)?

I basically would like to know if we can serve the model without tensorrt format which is highly efficient but more complicated to get.

2 years ago
0 Hello, I Have The Same Issue As This Github Issue:

These changes reflect the modifications I have in my staging area (not commited, not put in staging area with git add ) But I would like to remove this uncommited section from clearml and not be blocked by it

2 years ago
0 Hello, Question About The Time Of Upload: Is It Faster Or Exactly The Same To Upload 1 File Of 1Gb Compared To 10 Files Of 100 Mb?

For now, I am uploading to the basic-available ClearML server to store my data. But I will soon use S3 buckets to store data. So the question is for both use cases 🙂

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

Yes I take the export statements from my bash script of the task

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

I am currently trying with a new dummy repo and I iterate over the dependencies of the pyproject.toml.

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

Is it a bug inside the AWS autoscaler??

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

When the task finally failed, I was kicked of from the container

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

And I just tried with Python 3.8 (default version of the image) and it still fails.

Poetry Enabled: Ignoring requested python packages, using repository poetry lock file!
Creating virtualenv debug in /root/.clearml/venvs-builds/3.8/task_repository/clearmldebug.git/.venv
Using virtualenv: /root/.clearml/venvs-builds/3.8/task_repository/clearmldebug.git/.venv
2023-04-18 15:03:52
Installing dependencies from lock file
Finding the necessary packages for the current system
Package operation...
2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

How to make sure that the python version is correct?

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

I guess it makes no sense because of the steps a clearml-agent works...
I also thought about going to pip mode but not all packages are detected from our poetry.lock file unfortunately so cannot do that.

2 years ago
2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

@<1523701087100473344:profile|SuccessfulKoala55> Do you think it is possible to ask to run docker mode in the aws autoscaler, and add the cloning and installation inside the init bash script of the task?

2 years ago
0 Hello, I Have The Same Issue As This Github Issue:

Ok. I spinned up three AWS autoscalers, each with different conf. I also fixed a submodule issue in my repo (which I was believing was the problem of the git diff) and every run now passes and fails after (not this problem). So I think store_code_diff_from_remote is of no help from me but my problem is gone...

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

@<1523701070390366208:profile|CostlyOstrich36> poetry is installed as part of the bash script of the task.

The init script of the AWS autoscaler only contains three export variables I set.

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

It just allows me to have access to poetry and python installed on hte container

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

How do you explain that it works when I ssh-ed into the same AWS container instance from the autoscaler?

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

My issue has been resolved going with pip.

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

Because I was ssh-ing to it before the fail. When poetry fails, it installs everything using PIP

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

but I still had time to go inside the container, export the PATH variables for my poetry and python versions, and run the poetry install command there

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

Yes indeed, but what about the possibility to do the clone/poetry installation ourself in the init bash script of the task?

2 years ago
0 Can We Use The Simple Docker-Compose.Yml File For Clearml Serving On A Huggingface Model (Not Processed To Tensorrt)?

I would like to know if it is possible to run any pytorch model on the basic docker compose file ? Without triton?

2 years ago
0 Can We Use The Simple Docker-Compose.Yml File For Clearml Serving On A Huggingface Model (Not Processed To Tensorrt)?

In production, we should use the clearml-helm-charts right? Docker-compose in the clearml-serving is more for local testing

2 years ago
0 Hello, I Am Trying To Modify My Clearml-Agent Running On A Aws Autoscaler (From Clearml Applications). I Want To Be Able To Clone My Repo (Working), And Install My Poetry Dependencies From

Thank you for the quick replies!

I might do it the wrong way but the above snippet of code is the additional clearml.conf file I add to the AWS autoscaler. Should I add a complete clearml.conf file to it?

That is a good question @<1537605940121964544:profile|EnthusiasticShrimp49> ! I am not sure the image has python 3.9. I tried to check it but did not find the answer. I am using the following AMI: AWS Deep Learning AMI (Ubuntu 18.04) with Support by Terracloudx (Nvidia deep learni...

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

This is really extremely hard to debug. I am thinking to create another repo and iterate on the packages to hopefully find the problem, but it will take ages.

2 years ago
0 Can We Use The Simple Docker-Compose.Yml File For Clearml Serving On A Huggingface Model (Not Processed To Tensorrt)?

Sorry to come back to this! Regarding the Kubernetes Serving helm chart, I can see horyzontal scaling of docker containers. What about vertical scaling? Is it implemented? More specifically, where is defined the SKU of the VMs in use?

2 years ago
Show more results compactanswers