Skip to content

Instantly share code, notes, and snippets.

View GuillaumeDesforges's full-sized avatar
💭
AI Engineer @ Mistral AI

Guillaume Desforges GuillaumeDesforges

💭
AI Engineer @ Mistral AI
View GitHub Profile
@GuillaumeDesforges
GuillaumeDesforges / changetheme.sh
Last active May 9, 2023 17:09
Bash one liner to set Zsh theme with oh-my-zsh default setup
# Just change the first THEME variable to whatever theme you want. The line will edit, reload and print you the changed line in the .zshrc file
THEME="ys"; sed -i s/^ZSH_THEME=".\+"$/ZSH_THEME=\"$THEME\"/g ~/.zshrc && source ~/.zshrc && echo "Edited line in ~/zshrc :" && cat ~/.zshrc | grep -m 1 ZSH_THEME
@GuillaumeDesforges
GuillaumeDesforges / Pairwise ranking for newbies.ipynb
Last active May 4, 2025 21:27
Pairwise ranking for beginners (CRASHES)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.