We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd192e commit 8be7bc8Copy full SHA for 8be7bc8
scripts/install.sh
@@ -164,7 +164,7 @@ mac_update_pip() {
164
}
165
166
mac_install_bittensor() {
167
- ohai "Cloning bittensor@text_prompting into ~/.bittensor/bittensor"
+ ohai "Cloning bittensor into ~/.bittensor/bittensor"
168
git clone https://github.com/opentensor/bittensor.git ~/.bittensor/bittensor/ 2> /dev/null || (cd ~/.bittensor/bittensor/ ; git fetch origin master ; git checkout master ; git pull --ff-only ; git reset --hard; git clean -xdf)
169
ohai "Installing bittensor"
170
$python -m pip install -e ~/.bittensor/bittensor/
0 commit comments