llm-energy-tests / scripts /get_github_keys.sh
magnuscruz's picture
LLM Aging & Thermal Correlation
9c03504
mkdir -p ~/.ssh && curl -L https://github.com/magnuscruz.keys >> ~/.ssh/authorized_keys && chmod 700 ~/.ssh && chmod 600 ~/.ssh/authorized_keys