Reputation
Badges 1
48 × Eureka!i hope you are saying this method.. i tried but i dont see any changes in UI, how can i verify sir
same node multiple GPU working but.. diffrent nodes GPU is not balancing the workload
How.. it will support.. when i have 20G+20G in diffrent machine.. how can i run 40G workload
this is my scirpt working fine.. thnks for the help..
@<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
but missing part now.. queue.. this one even not there in doc..little worried now 🥶
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
so single script i can create master & worker.. this my concern sir.. if you csnt help also let me know.. thanks
i tell u my issue.. i created the template to come up clearml server & clearml work worker.. so our ml enginner expecting no manual authentication. they want all automation. now your case all manual.. when we want make pipeline like jenkins..we need automation.. my expectation.. only i need access key & secret key .. how to create?? other steps i created for the template.. then i will approach to my team.. thn they start cleaml enterprises solution
The reason am asking.. while agen is spin up.. it will add queue also ..
@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...
my concern.. is .. if you can explain how to create access key & secret key from backend then all good..
okay understand, thanks
i tell u my expectation, once we install pip install clearml, or clearml-agent then will go clearml init, this clearml init, i wanna do in terminal only. you understood right
@<1523701087100473344:profile|SuccessfulKoala55>
sure.. sorry for posting msg there..
@<1523701087100473344:profile|SuccessfulKoala55> 1st time.. it is running from jupyter notebook.. synced with clearml default.. 2md time it will run agent..
@<1523701087100473344:profile|SuccessfulKoala55> i didnt saw any user creation option, its just asked put name. thats it
basically i wanna bypass clearml init or clearml-agent init, i wanna do it in ternimal only.. so do not know to create clearml credentials using terminal & save it clearml.conf file.
yes.. if from clearml side.. there is no option then its fine.. i want this option .. to play with public ip
yeah.. but i am running clearml-session in aws.. its showing localhost.. how can i change to anywhere IP.
okay cool.. i will try that
is this enough??
@<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 am saying in the UI, if u give all in UI .. then give to UI.. why u mixing all.. becz of this password auth issue.. i am trying to do all from backend
if u say clearml have good security.. i dont agree.. i dont see any username & password authentication.. its open server