File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 8.1.1 /2024-10-04
4
+
5
+ ## What's Changed
6
+ * Release/8.1.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2332
7
+ * Backmerge/8.1.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2341
8
+ * Bumps version and wallet by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2342
9
+
10
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v8.1.0...v8.1.1
11
+
3
12
## 8.1.0 /2024-10-03
4
13
5
14
## What's Changed
Original file line number Diff line number Diff line change @@ -145,12 +145,22 @@ You can install using any of the below options:
145
145
```python
146
146
pip install bittensor[btcli]
147
147
```
148
+ In some environments the above command may fail, in which case run the command with added quotes as shown below:
149
+
150
+ ```python
151
+ pip install " bittensor[btcli]"
152
+ ```
148
153
149
154
- ** Install SDK with `torch` ** : Install Bittensor SDK with [`torch` ](https:// pytorch.org/ docs/ stable/ torch.html).
150
155
151
156
```python
152
157
pip install bittensor[torch]
153
158
```
159
+ In some environments the above command may fail, in which case run the command with added quotes as shown below:
160
+
161
+ ```python
162
+ pip install " bittensor[torch]"
163
+ ```
154
164
155
165
- ** Install SDK with `cubit` ** : Install Bittensor SDK with [`cubit` ](https:// github.com/ opentensor/ cubit).
156
166
You can’t perform that action at this time.
0 commit comments