Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jeffeux
/
ckip-joint_bloom_streamlit
like
0
Runtime error
App
Files
Files
Community
637faa2
ckip-joint_bloom_streamlit
/
install_env.sh
jeffeux
push to hfspace
6e7d08d
almost 2 years ago
raw
Copy download link
history
blame
Safe
185 Bytes
#!sh
conda create -p bloom_demo python=3.8
source
activate ./bloom_demo
pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu111
# streamlit run main.py