Skip to content

Commit 28adabb

Browse files
authored
Merge pull request #460 from macrocosm-os/staging
Sn1 325 remove typo in inference problem (#459)
2 parents 147aa27 + cc6e19d commit 28adabb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prompting/tasks/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ def make_reference(self, dataset_entry: ChatEntry) -> str:
6161
roles=["user"],
6262
model=self.llm_model,
6363
sampling_params=SamplingParams(seed=self.seed),
64-
)[0]
64+
)
6565
return self.reference

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prompting"
3-
version = "2.12.0"
3+
version = "2.12.1"
44
description = "Subnetwork 1 runs on Bittensor and is maintained by Macrocosmos. It's an effort to create decentralised AI"
55
authors = ["Kalei Brady, Dmytro Bobrenko, Felix Quinque, Steffen Cruz"]
66
readme = "README.md"

0 commit comments

Comments
 (0)