Skip to content

Instantly share code, notes, and snippets.

View keanecodes's full-sized avatar
😶
sweat -> push -> "wait wat?"

Keane :] keanecodes

😶
sweat -> push -> "wait wat?"
View GitHub Profile
@keanecodes
keanecodes / gist:d4c47b7769dab0c1914533fc00f0ac5a
Created September 20, 2025 11:54
conda huggingface transformers serve
####################################
# create conda environment
####################################
conda create --name myenv
conda activate myenv
####################################
# install hf transformers
####################################
this gist is forked from https://gist.github.com/gwangjinkim/f13bf596fefa7db7d31c22efd1627c7a
####################################
# create conda environment
####################################
conda create --name myenv
# enter the environment
conda activate myenv