This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record task start and end times for Acute-Evals (#4208)
* Record Acute-Eval task start and end times * Ignore time_taken column * Test work * Try to fix broken test * Another test * Keep testing * [WIP] Fix crowdsourcing CI check * Revert * Record Acute-Eval task start and end times * Ignore time_taken column * Test work * Try to fix broken test * Another test * Keep testing * Revert * Dummy * Just pull in upstream Mephisto change
- Loading branch information
1 parent
2698017
commit d23a623
Showing
5 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,7 +171,7 @@ commands: | |
command: | | ||
cd .. | ||
git clone [email protected]:facebookresearch/Mephisto.git Mephisto | ||
cd Mephisto; git checkout v0.4.1 -b stable | ||
cd Mephisto; git checkout v0.4.2 -b stable | ||
pip install -r requirements.txt | ||
python setup.py develop | ||
# `echo` so that ENTER will be pressed at the prompt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.