From d139dcd8609b74b69b50526f32ef95401bf23d77 Mon Sep 17 00:00:00 2001 From: Kartik Pradeepan Date: Sat, 28 Sep 2024 05:44:46 -0400 Subject: [PATCH] Sync master into develop. Triggered by PR (#1281) * point to pypi instead of git (#1236) * update dependency names w/ hyphens (#1238) * point to pypi instead of git * Update pyproject.toml with hyphens * Custom trained scaling models (#1206) * Custom trained models * Fix missing library * Fix a missing library * Not every model needs timm * Trigger build tests * Use model_id instead of model_name to ensure correct weights are loaded * timm is missing from deit models * timm is missing from deit models * Fix requirements.txt newline * Package models into a single plugin * Update requirements.txt * Update requirements.txt * Update requirements.txt * Change the order of models * Update model.py * Disable resultcaching for vits * Tests reordering * Revert tests back * Update model.py * Update model.py * Update to sync workflow (#1248) * Update to sync workflow Adds dynamic PR title and commit history included in PR description. Adds `No changes detected` job. * Update no_changes condition and text Refined condition to not require PR_merge because that is when this condition SHOULD be triggered to indicate the correct status of the workflow. * enable unverified SSL for scaling models (#1263) * Add pathfinder benchmark (#1193) * add pathfinder task * update data packaging * modify benchmark file * add benchmark tests * upload datasets * add some tests and fix some bugs * add dataset tests * fix errors with plugin imports * add error with stimulus set naming test * fix bug with field name test * remove field from test that shouldn't be there * fix model loading bug in test * fix ceiled test value -> raw test value --------- Co-authored-by: Martin Schrimpf * Ep/add fixres resnext101 32x48d wsl (#1103) * Add model * Modify test * Fix imports --------- Co-authored-by: Ethan Pellegrini Co-authored-by: Kartik Pradeepan * Ep/add inception v4 (#1099) * Add inception_v4 * Update model.py * Update model.py * Fix layer mapping * Fix imports --------- Co-authored-by: Ethan Pellegrini * Fixed pip install git (#1280) --------- Co-authored-by: Sam Winebrake <85908068+samwinebrake@users.noreply.github.com> Co-authored-by: Abdulkadir Gokce Co-authored-by: Ben Lonnqvist Co-authored-by: Martin Schrimpf Co-authored-by: pellegreene <36171165+pellegreene@users.noreply.github.com> Co-authored-by: Ethan Pellegrini --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0552605e..e0a3010c0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To contribute, please [send in a pull request](https://github.com/brain-score/vi You will need Python = 3.11 and pip >= 18.1. -`pip install git+https://github.com/brain-score/vision` +`pip install git+https://github.com/brain-score/vision.git` Test if the installation is successful by scoring a model on a public benchmark: