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 7 months ago

Reputation

0

Badges 1

62 × Eureka!
0 Votes
5 Answers
850 Views
0 Votes 5 Answers 850 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...
one year ago
0 Votes
1 Answers
670 Views
0 Votes 1 Answers 670 Views
one year ago
0 Votes
5 Answers
821 Views
0 Votes 5 Answers 821 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...
one year ago
0 Votes
1 Answers
719 Views
0 Votes 1 Answers 719 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 ...
one year ago
0 Votes
3 Answers
475 Views
0 Votes 3 Answers 475 Views
8 months ago
0 Votes
7 Answers
724 Views
0 Votes 7 Answers 724 Views
one year ago
0 Votes
3 Answers
473 Views
0 Votes 3 Answers 473 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...
8 months ago
0 Votes
12 Answers
777 Views
0 Votes 12 Answers 777 Views
Can we use the simple docker-compose.yml file for clearml serving on a huggingface model (not processed to tensorrt)?
one year ago
0 Votes
11 Answers
786 Views
0 Votes 11 Answers 786 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 ...
one year ago
0 Votes
4 Answers
472 Views
0 Votes 4 Answers 472 Views
8 months ago
0 Votes
4 Answers
802 Views
0 Votes 4 Answers 802 Views
one year ago
0 Votes
3 Answers
788 Views
0 Votes 3 Answers 788 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?
one year ago
0 Votes
0 Answers
753 Views
0 Votes 0 Answers 753 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?
one year ago
0 Votes
3 Answers
848 Views
0 Votes 3 Answers 848 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 ...
one year ago
0 Votes
8 Answers
785 Views
0 Votes 8 Answers 785 Views
one year ago
0 Votes
40 Answers
30K Views
0 Votes 40 Answers 30K 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! ...
one year ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

How to make sure that the python version is correct?

one year 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

one year ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

@<1523701070390366208:profile|CostlyOstrich36> @<1523701087100473344:profile|SuccessfulKoala55> I tried with dummy repo. Using Python and stripe packages ONLY in the pyproject.toml

Here is my result (still failing) :

Poetry Enabled: Ignoring requested python packages, using repository poetry lock file!
Creating virtualenv debug in /root/.clearml/venvs-builds/3.9/task_repository/clearmldebug.git/.venv
Using virtualenv: /root/.clearml/venvs-builds/3.9/task_repository/clearmldebug.git/...
one year ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

I also did that in the following way:

  • I put a sleep inside the bash script
  • I ssh-ed to the fresh container and did all commands myself (cloning, installation) and again it worked...
one year 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

one year 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

one year 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.

one year ago
7 months 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.

one year ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

I literrally connected to it at runtime, and ran poetry install -n and it worked

one year ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

I am literrally trying with 1 package and python and it fails. I tried with python 3.8 3.9 and 3.9.16. and it always fail --> not linked to python version. What is the problem then? I am wondering if there is not an intrinsic bug

one year 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?

one year 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

one year ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

Is it a bug inside the AWS autoscaler??

one year 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?

one year 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

one year ago
0 Hello everyone, *Context:* I am currently facing a headache-inducing issue regarding the integration of flash attention V2 for LLM training. I am running a python script locally, that then runs remotely. Without the integration of flash attention, the co

Hi @<1523701087100473344:profile|SuccessfulKoala55> , the EC2 instance is spinned-up from the AWS autoscaler provided by ClearML. I use this following docker image: nvidia/cuda:11.8.0-devel-ubuntu20.0

So the EC2 instance runs a docker container

8 months ago
0 Hello Channel, Two Other Related Questions:

I will check that. Do you think we could bypass it using Task.create ? And passing all the needed params?

one year ago
0 Hello Channel, Two Other Related Questions:

I have my Task.init inside a train() function inside the flask command. We basically have flask commands allowing to trigger specific behaviors. When running it locally, everything works properly except the repository information. The use case is linked to the way our codebase works. For example, I am going to do flask train {arguments} and it will trigger the training of a model (that I want to track).

I stopped the autoscaler and deleted it manually. I did it because I want to test...

one year 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

one year ago
0 Hello! I Have A Small Question Regarding Storage Data Retrieval With Clearml

One possible solution I could see as well, is putting the data storage to S3 bucket to improve download performance as it is the same cloud provider. No transfer latency.

8 months ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

Yes should be correct. Inside the bash script of the task.

one year ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

I tried too. I do not have more logs inside the ClearML agent 😞

one year ago
Show more results compactanswers