JHU-CLSP / turking-bench

Web-grounded natural language instructions
https://turkingbench.github.io
Apache License 2.0
13 stars 6 forks source link

Laundry List of Updates | hotfixing Slurm script and our code to make it Slurm compatible #112

Closed klxu03 closed 11 months ago

klxu03 commented 11 months ago

Manually creating a python run_website since Slurm is unable to find the proper conda environment activated python to use running the web server

Fixed up run_server for Slurm with separate script to be ran, assuming steps 1 - 3 have been followed locally in an interactive shell so Turkle has been cloned

Fixed the action return strings, wrapping appropriate ones with strings and keeping original_input in case of modifications.

Added appropriate comments under each function for the prompt

Changed dump location from local feature in /src to my folder in /scratch4/danielk/kxu39

Fixed bug where we clear out all the previous dumped data from the previous instance in a task

Closing a bunch of previous issues that I resolved before when I made all of TAP tasks green: closes #36 closes #39 closes #42 closes #58 closes #59

@danyaljj