Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.12.0 #450

Merged
merged 54 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
abd6ca3
delete old documentation
richwardle Oct 28, 2024
61b8e21
Merge pull request #440 from macrocosm-os/SN1-303-delete-old-docs
bkb2135 Oct 28, 2024
4d1f197
SN1-286: Initial commit
Hollyqui Oct 28, 2024
9c4bef5
SN1-286: Reproducible LLM outputs
Hollyqui Oct 28, 2024
ce000eb
SN1-286: Improving reward function
Hollyqui Oct 29, 2024
9aa1bde
Update configuration instructions in validator.md and update .env.val…
richwardle Oct 29, 2024
f23613c
Fix typo in validator.md
richwardle Oct 30, 2024
d8fa5ae
Fix spacing in validator.md
richwardle Oct 30, 2024
099fb26
Merge pull request #441 from macrocosm-os/SN1-304-update-readme-for-o…
bkb2135 Oct 30, 2024
53f2ca8
Merge generate and chat_generate into a single generate method
richwardle Oct 30, 2024
58c9ba5
Reimplement Programming Task
bkb2135 Oct 30, 2024
ee6f938
Make probabilities sum to 1
bkb2135 Oct 30, 2024
d290b6f
SN1-286: Re-adding individual tasks
Hollyqui Oct 31, 2024
96d8a2a
SN1-286: Fixing model_zoo
Hollyqui Oct 31, 2024
1d6103a
SN1-286: Fixing model_zoo v2
Hollyqui Oct 31, 2024
0d987d0
Add TODOs for error handling in logit_reward and chat_complete functions
bkb2135 Oct 31, 2024
1aa154b
Fix error in web_retrieval class by converting rewards and timings to…
bkb2135 Oct 31, 2024
80c69f5
Merge pull request #444 from macrocosm-os/SN1-308-re-enable-programmi…
bkb2135 Nov 1, 2024
ad1c83d
Remove bt.config and deploy metagraph from subtensor
Hollyqui Nov 1, 2024
28c0591
Keep the bt_config
Hollyqui Nov 1, 2024
dbdfbb9
SN1-311: Adding blocking function calls
Hollyqui Nov 1, 2024
d9106c4
SN1-284: Increasing p (reward steepness)
Hollyqui Nov 1, 2024
d3cd619
Add `estimate_block` property method to `Validator` class
richwardle Nov 1, 2024
e65851b
Merge pull request #443 from macrocosm-os/SN1-306-model-manager-merge…
bkb2135 Nov 4, 2024
0ae2480
Merge pull request #445 from macrocosm-os/SN1-298-local-subtensor-no-…
bkb2135 Nov 4, 2024
c92c15c
Addressing PR comments
Hollyqui Nov 4, 2024
bce4709
Merge pull request #447 from macrocosm-os/SN1-307-checking-for-the-cu…
bkb2135 Nov 4, 2024
0bd50e0
Preventing OOM issue
Hollyqui Nov 4, 2024
1e4f5a5
Removing threading
Hollyqui Nov 4, 2024
f608c9c
Merge branch 'staging' into SN1-311-add-blocking-call-for-miner-respo…
Hollyqui Nov 4, 2024
312fd32
change task weighting to add to 1
richwardle Nov 5, 2024
57b2602
update task weights to add to 1
richwardle Nov 5, 2024
dc2eaee
Merge pull request #449 from macrocosm-os/richwardle-patch-1
bkb2135 Nov 5, 2024
940a79d
Revert "update task weights to add to 1"
richwardle Nov 5, 2024
8acc387
Merge pull request #451 from macrocosm-os/revert-449-richwardle-patch-1
bkb2135 Nov 5, 2024
7b694c4
remove 'trust_remote_code' which is an unexpected keyword
Hollyqui Nov 5, 2024
920c1dc
fix model manager vram issue
richwardle Nov 5, 2024
a044161
correct model scheduler interval to 4 hours
richwardle Nov 5, 2024
bad9952
cast estimate block as int
richwardle Nov 6, 2024
8e28985
remove notebook
richwardle Nov 6, 2024
b013f1b
fix estimate block
richwardle Nov 7, 2024
30202f4
resolve "Failed to get a valid file after multiple attempts"
richwardle Nov 7, 2024
07f6365
flatten LLMMessage
richwardle Nov 7, 2024
b442468
fix trust_remote_code arguement error
richwardle Nov 7, 2024
c06129a
SN1-311: Fixing rewardloggingevent issue
richwardle Nov 7, 2024
0c4ba42
Merge branch 'fix-staging' into SN1-311-add-blocking-call-for-miner-r…
richwardle Nov 7, 2024
5fb3e87
SN1-311: fix trust_remote_code issue
Nov 7, 2024
7196749
Merge pull request #446 from macrocosm-os/SN1-311-add-blocking-call-f…
bkb2135 Nov 7, 2024
f1dd166
removed weights csv
Nov 8, 2024
2dea56c
Merge pull request #453 from macrocosm-os/removing-weights-csv
bkb2135 Nov 8, 2024
3fcf19d
remove error log as value error is handled
Nov 11, 2024
ccd691f
Merge pull request #454 from macrocosm-os/fix-logit-reward-json-error
bkb2135 Nov 11, 2024
5def4db
Bump version to 2.12.0 (#455)
bkb2135 Nov 12, 2024
da79c0f
Fix keyword argument error by upgrading datasets (#456)
richwardle Nov 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "update task weights to add to 1"
richwardle authored Nov 5, 2024
commit 940a79d932ad4df6fdbbb8addd6f1d450d050c0a
2 changes: 1 addition & 1 deletion prompting/tasks/task_registry.py
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ class TaskRegistry(BaseModel):
TaskConfig(
task=WebRetrievalTask,
# TODO: Increase probability after v2.9.0.
probability=0.01,
probability=0.02,
datasets=[DDGDataset],
reward_model=WebRetrievalRewardConfig,
),