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

Add task table #1219

Closed
wants to merge 11 commits into from
Closed

Add task table #1219

wants to merge 11 commits into from

Conversation

baberabb
Copy link
Contributor

@baberabb baberabb commented Dec 28, 2023

closes #1160

You might have to change some security settings to give write permission to the workflow. I have set it up to run when it detects any tasks were added or modified.

The current implementation checks if a csv file exists and if so updates it (which in turn writes the markdown table). Otherwise it loops through all the tasks and creates the DataFrame. The reason for creating the csv was because it needs to load the Task to get the number of samples and so needs a database to hold the tasks already scanned. Without these columns, I think it shouldn't take long to parse through all the task configs each time.

edit: yup will need to provide write permission of some sort. I copied the workflow from the gpt-neox repo. Should the table be modified during the PR or should it be done manualy? I think you can set a workflow to run on a schedule (not sure about that but sounds like sth that should be possible).

edit2: could also use the Google Sheets API with a developer account.

@baberabb baberabb marked this pull request as draft December 28, 2023 05:55
@baberabb baberabb marked this pull request as ready for review December 28, 2023 14:25
@baberabb baberabb marked this pull request as draft December 28, 2023 14:25
@baberabb
Copy link
Contributor Author

baberabb commented Jan 2, 2024

@haileyschoelkopf check this when you get a chance. I think we should consider something like Google sheets or just csv. Markdown on its own might be too cluttered, esp with the amount of tasks we have now.

@baberabb
Copy link
Contributor Author

@haileyschoelkopf Might have missed this!

@haileyschoelkopf
Copy link
Contributor

Was looking at it this Thursday! should be able to pick back up this week

@haileyschoelkopf haileyschoelkopf mentioned this pull request Feb 20, 2024
3 tasks
@baberabb baberabb deleted the table branch July 11, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revamp + automate Task Table documentation feature
2 participants