
Reputation
Badges 1
48 × Eureka!but missing part now.. queue.. this one even not there in doc..little worried now 🥶
if u say clearml have good security.. i dont agree.. i dont see any username & password authentication.. its open server
sure.. sorry for posting msg there..
or before i have to do?? my case this one also its not working
okay cool.. i will try that
little worried..
same node multiple GPU working but.. diffrent nodes GPU is not balancing the workload
yes.. if from clearml side.. there is no option then its fine.. i want this option .. to play with public ip
How.. it will support.. when i have 20G+20G in diffrent machine.. how can i run 40G workload
@<1523701087100473344:profile|SuccessfulKoala55> @<1523701070390366208:profile|CostlyOstrich36> do u have any idea??
okay.. this clearml dynamic access creation how its work..
yeah i tried.. but its needed access key & secret ley
okay understand, thanks
@<1523701087100473344:profile|SuccessfulKoala55>
@<1523704207914307584:profile|ObedientToad56> already i added
but i need it.. from terminal.. how to create using terminal in clearml server. this one i needed.. how to create access key & secret key using terminal
@<1523701087100473344:profile|SuccessfulKoala55> sorry for the delay msg. actually i tried to connect clearml agent to clearml master from backend shell script. usually we will create api token access key from UI right. i wanna do it fully in terminal
i hope u understand my concern.. i want to install clearml server & cleaerml agen together.. same script..
@Jake H.
#!/bin/bash
# Get the access key and secret key from the API response
response=$(curl -s -u "antony:antony"
)
access_key=$(echo "$response" | jq -r '.data.credentials.access_key')
secret_key=$(echo "$response" | jq -r '.data.credentials.secret_key')
# Echo the access key and secret key
echo "Access Key: $access_key"
echo "Secret Key: $secret_key"
# Verify the presence of access key and secret key
if [[ -n "$access_key" && -n "$secret_key" ]]; then
echo "Acc...
clear my doubt.. actually i tried .. i created queue name called test. i attached 2 GPU from diffrent machine.. but workload is going only one GPU.. this is my problem now.. slurm is not happening.
@<1523701087100473344:profile|SuccessfulKoala55> @<1523701070390366208:profile|CostlyOstrich36> thanks for the help.. i created creds.. using this command
curl -s -u "antony:antony"
now i need help to bypass clearml-init manual paste key its wont support .. any other bypass is available
The reason am asking.. while agen is spin up.. it will add queue also ..
my concern.. is .. if you can explain how to create access key & secret key from backend then all good..
i hope you are saying this method.. i tried but i dont see any changes in UI, how can i verify sir
this will work but i need clearml_basic_token or secret key & accesss key