This file contains hidden or 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
| #!/usr/bin/env python3 | |
| """ | |
| Self-grading script for LLM Efficiency homework. | |
| Parses your test output files and computes your grade. | |
| Usage: python self_grade.py | |
| This script does NOT run any code. It reads the output files | |
| produced by test_and_submit.sh (in results/ or results_manual/) | |
| and computes your score. |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| """Compute your grade from the test_and_submit log file. | |
| Usage: | |
| 1. Run ./test_and_submit.sh (this produces a test_and_submit_YYYYMMDD_HHMMSS.log) | |
| 2. Run: python grade_student.py | |
| The script automatically finds the latest test_and_submit_*.log in the | |
| current directory and parses the pytest results for each part. |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| """ | |
| Check your grade for the Flash Attention homework. | |
| Usage — run from the root of your repository: | |
| python check_grade.py # uses existing test_results.xml | |
| python check_grade.py --run-tests # runs pytest first, then grades | |
| """ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.