{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":795390675,"defaultBranch":"main","name":"instructlab","ownerLogin":"RedHat-Israel","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-05-03T07:15:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/29605090?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717658040.0","currentOid":""},"activityList":{"items":[{"before":"aea8eb79dd81b5bbec78ffcf45468bf54f9a75b7","after":"ead0484ee35cd7f6a997862b663ab0d88666d433","ref":"refs/heads/log222","pushedAt":"2024-06-06T07:58:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"Log funcName instead of asctime.\n\nLogging timetstamp is very noisy and is not very useful.\n\nLogging function name is much more valuable.\nTo compensate lack of timestamp dump it on initialization.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"Log funcName instead of asctime."}},{"before":"7096b11a96a7fad9b4ff86762ba05b0207a0d212","after":"aea8eb79dd81b5bbec78ffcf45468bf54f9a75b7","ref":"refs/heads/log222","pushedAt":"2024-06-06T07:33:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"Log funcName instead of asctime.\n\nLogging timetstamp is very noisy and is not very useful.\n\nLogging function name is much more valuable.\nTo compensate lack of timestamp dump it on initialization.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"Log funcName instead of asctime."}},{"before":null,"after":"6b246cf78a191564353bd4db347ff542ee75a41b","ref":"refs/heads/logfunc","pushedAt":"2024-06-06T07:14:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"Log funcName\n\nAdd a colon after `lineno` because it is a widely used convention since `grep`.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"Log funcName"}},{"before":"dcac1a263cb03c6873315da840cfdd975df0d162","after":"7096b11a96a7fad9b4ff86762ba05b0207a0d212","ref":"refs/heads/log222","pushedAt":"2024-06-06T07:05:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"Log funcName instead of asctime.\n\nLogging timetstamp is very noisy and is not very useful.\n\nLogging function name is much more valuable.\nTo compensate lack of timestamp dump it on initialization.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"Log funcName instead of asctime."}},{"before":"90ee2fcaa89cb19d8b4429dd7f63310b20526bc8","after":"dcac1a263cb03c6873315da840cfdd975df0d162","ref":"refs/heads/log222","pushedAt":"2024-06-06T06:24:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"Log funcName instead of asctime.\n\nLogging timetstamp is very noisy and is not very useful.\n\nLogging function name is much more valuable.\nTo compensate lack of timestamp dump it on initialization.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"Log funcName instead of asctime."}},{"before":null,"after":"90ee2fcaa89cb19d8b4429dd7f63310b20526bc8","ref":"refs/heads/log222","pushedAt":"2024-06-06T06:21:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"Log funcName instead of asctime.\n\nLogging timetstamp is very noisy and is not very useful.\n\nLogging function name is much more valuable.\nTo compensate lack of timestamp dump it on initialization.","shortMessageHtmlLink":"Log funcName instead of asctime."}},{"before":"3f0cac661a1c8e04d5dd42f066aa8c6320e96e58","after":"937a188933eaa78aea8d2527be676fd873a970ed","ref":"refs/heads/sort","pushedAt":"2024-06-05T12:09:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"sort train_files and test_files by real time\n\nSorting by name with timestamp is error prone.\nOne model name will shadow another, when it goes alphabetically\nafter.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"sort train_files and test_files by real time"}},{"before":"6b2515df36ac7ff20a28c85c3d49e0e75b7d540b","after":"40b3f9a7ffc14dccb69b42484c3119b2cdbf97b4","ref":"refs/heads/fixpath","pushedAt":"2024-06-05T12:06:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"fix error: TypeError: 'PosixPath' object is not iterable\n\nThe error was introduced by 73401138f2e8122a305dd7b3407673b68c0c824a:\n\n+ effective_data_dir = Path(data_dir or \"./taxonomy_data\")\n+ train_file = effective_data_dir / \"train_gen.jsonl\"\n+ test_file = effective_data_dir / \"test_gen.jsonl\"","shortMessageHtmlLink":"fix error: TypeError: 'PosixPath' object is not iterable"}},{"before":null,"after":"6b2515df36ac7ff20a28c85c3d49e0e75b7d540b","ref":"refs/heads/fixpath","pushedAt":"2024-06-05T12:02:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"fix error: TypeError: 'PosixPath' object is not iterable\n\nThe error was introduced by 73401138f2e8122a305dd7b3407673b68c0c824a:\n\n+ effective_data_dir = Path(data_dir or \"./taxonomy_data\")\n+ train_file = effective_data_dir / \"train_gen.jsonl\"\n+ test_file = effective_data_dir / \"test_gen.jsonl\"","shortMessageHtmlLink":"fix error: TypeError: 'PosixPath' object is not iterable"}},{"before":"6af299ac2396b0d29d7976c861765022f6df8ee9","after":"6b2515df36ac7ff20a28c85c3d49e0e75b7d540b","ref":"refs/heads/main","pushedAt":"2024-06-05T12:01:19.000Z","pushType":"push","commitsCount":266,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"fix error: TypeError: 'PosixPath' object is not iterable\n\nThe error was introduced by 73401138f2e8122a305dd7b3407673b68c0c824a:\n\n+ effective_data_dir = Path(data_dir or \"./taxonomy_data\")\n+ train_file = effective_data_dir / \"train_gen.jsonl\"\n+ test_file = effective_data_dir / \"test_gen.jsonl\"","shortMessageHtmlLink":"fix error: TypeError: 'PosixPath' object is not iterable"}},{"before":"0f7a133763cb631011e7d64c12dcc434a621ba5e","after":"a60e6042bbf1c4c4f7de1ef4ebeeefa2ac159938","ref":"refs/heads/return","pushedAt":"2024-06-05T11:53:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nRemove unnecessary \"./\" before directory name.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"0f2982f24fde4d91588fe93b42cb66d0682e7c8d","after":"0f7a133763cb631011e7d64c12dcc434a621ba5e","ref":"refs/heads/return","pushedAt":"2024-06-05T11:35:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nRemove unnecessary \"./\" before directory name.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"9b82cc188ddf03d8072fecc5a03c8ce43fdf05db","after":"3f0cac661a1c8e04d5dd42f066aa8c6320e96e58","ref":"refs/heads/sort","pushedAt":"2024-06-05T11:14:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"sort train_files and test_files by real time\n\nSorting by name with timestamp is error prone.\nOne model name will shadow another, when it goes alphabetically\nafter.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"sort train_files and test_files by real time"}},{"before":null,"after":"6b02489f4f1009d72f34b34cd1dbb3ef898619fb","ref":"refs/heads/copy","pushedAt":"2024-06-04T14:34:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"refactor copying of training_results\n\nUse clean loop with table-like arguments\ninstead of flat interleaved repetitive code.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"refactor copying of training_results"}},{"before":null,"after":"9b82cc188ddf03d8072fecc5a03c8ce43fdf05db","ref":"refs/heads/sort","pushedAt":"2024-06-04T14:29:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"sort train_files and test_files by real time\n\nSorting by name is error prone. One model name\nwill shadow another, when it goes alphabetically\nafter.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"sort train_files and test_files by real time"}},{"before":null,"after":"2a9fd2bfb8125e5fdb1c3eb022e5d6eb3dc25045","ref":"refs/heads/move","pushedAt":"2024-06-04T13:34:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"refactor: remove unnecessary tmp var safe_tensors\n\nMake the code more clean and readable using functional programming.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"refactor: remove unnecessary tmp var safe_tensors"}},{"before":"23e342147ad14f6e6c665a68e71ae28adffe36be","after":"0f2982f24fde4d91588fe93b42cb66d0682e7c8d","ref":"refs/heads/return","pushedAt":"2024-06-04T12:45:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nRemove unnecessary \"./\" before directory name.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"f8355b9153fa82457b83081297748494ca3816f6","after":"23e342147ad14f6e6c665a68e71ae28adffe36be","ref":"refs/heads/return","pushedAt":"2024-06-04T09:16:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nThe \"training_results\" string can also be easily parameterized\nwhen it is necessary.\n\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"39216bc6ad6805778565189369e8299c646fb21f","after":"f8355b9153fa82457b83081297748494ca3816f6","ref":"refs/heads/return","pushedAt":"2024-06-04T07:22:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nThe \"training_results\" string can also be easily parameterized\nwhen it is necessary.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"45b7628f9e25383399d2523049380dfad9e2fddf","after":"39216bc6ad6805778565189369e8299c646fb21f","ref":"refs/heads/return","pushedAt":"2024-06-04T07:05:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nThe \"training_results\" string can also be easily parameterized\nwhen it is necessary.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"6af8c1a8547efb5a103ffbb9dcf06c4e126ca983","after":"45b7628f9e25383399d2523049380dfad9e2fddf","ref":"refs/heads/return","pushedAt":"2024-06-04T06:58:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nThe \"training_results\" string can also be easily parameterized\nwhen it is necessary.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"c892fc17654b0a57093ba1980f4517756b2430e9","after":"6af8c1a8547efb5a103ffbb9dcf06c4e126ca983","ref":"refs/heads/return","pushedAt":"2024-06-04T06:33:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nThe \"training_results\" string can also be easily parameterized\nwhen it is necessary.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"ffa33049e3d08eb7382259a7f368093760d98f7b","after":"c892fc17654b0a57093ba1980f4517756b2430e9","ref":"refs/heads/return","pushedAt":"2024-06-04T06:08:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nThe \"training_results\" string can also be easily parameterized\nwhen it is necessary.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":null,"after":"ffa33049e3d08eb7382259a7f368093760d98f7b","ref":"refs/heads/return","pushedAt":"2024-06-04T05:36:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"linux_train returns training_results_dir\n\nRefactoring to avoid procedural programming and\nrigid hard-coded key values in different files\nto use functional programming and flexible style.\n\nThe \"training_results\" string can also be easily parameterized\nwhen it is necessary.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"linux_train returns training_results_dir"}},{"before":"e38dc16936540ea6c7764022d696e10e0da16615","after":"e5c0c476e10983270d563601e1ea17ec3e0ed4cc","ref":"refs/heads/args","pushedAt":"2024-06-03T19:26:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"refactor TrainingArguments\n\nCurrent code contains some duplicated code and variables, which\ndon't smell good:\n```\noutput_dir=output_dir,\nnum_train_epochs=num_epochs,\nper_device_train_batch_size=per_device_train_batch_size,\n```\n\nIntroduce common train_args for GaudiSFTTrainer/GaudiTrainingArguments\nand FTTrainer/STrainingArguments to avoid duplication\nand improve maintainability.\n\nResulted arguments are identical to original\n`ta.dataloader_pin_memory = False` was added to adjust the difference.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"refactor TrainingArguments"}},{"before":"5cff99e64bf5ec5380159582bed58ba068d153d9","after":"b0eea78edab8b550cceb6d99dc04346febb5a725","ref":"refs/heads/results","pushedAt":"2024-06-03T19:23:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"notebook: more clean results code and output\n\nImprovements of notebook results:\n1. Shorter, cleaner and more maintainable code and output.\n2. Markdown format of output is suitable for copy-paste to PR.\n3. Pre-trained text is truncated because usually it is hallucinated and\nnot valuable. It is only used as baseline to see improvement of\nfine-tuned results.\n4. Pre-trained text written in italic font to distinguish it\nvisually from provided in qna.yaml and fine-tuned.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"notebook: more clean results code and output"}},{"before":"3c6c2fcee6b89b83f6b314e6ce12e11d07b7151a","after":"5cff99e64bf5ec5380159582bed58ba068d153d9","ref":"refs/heads/results","pushedAt":"2024-06-03T19:19:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"notebook: more clean results code and output\n\nImprovements of notebook results:\n1. Shorter, cleaner and more maintainable code and output.\n2. Markdown format of output is suitable for copy-paste to PR.\n3. Pre-trained text is truncated because usually it is hallucinated and\nnot valuable. It is only used as baseline to see improvement of\nfine-tuned results.\n4. Pre-trained text written in italic font to distinguish it\nvisually from provided in qna.yaml and fine-tuned.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"notebook: more clean results code and output"}},{"before":"d12c2db78537c30b61b7ea26b8c3bd4606fdde2b","after":"3c6c2fcee6b89b83f6b314e6ce12e11d07b7151a","ref":"refs/heads/results","pushedAt":"2024-06-03T14:14:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"notebook: more clean results code and output\n\nImprovements of notebook results:\n1. Shorter, cleaner and more maintainable code and output.\n2. Markdown format of output is suitable for copy-paste to PR.\n3. Pre-trained text is truncated because usually it is hallucinated and\nnot valuable. It is only used as baseline to see improvement of\nfine-tuned results.\n4. Pre-trained text written in italic font to distinguish it\nvisually from provided in qna.yaml and fine-tuned.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"notebook: more clean results code and output"}},{"before":"b4540a06f287b9d5f0536bd76d755c3226954793","after":"e38dc16936540ea6c7764022d696e10e0da16615","ref":"refs/heads/args","pushedAt":"2024-06-02T19:51:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"refactor TrainingArguments\n\nCurrent code contains some duplicated code and variables, which\ndon't smell good:\n```\noutput_dir=output_dir,\nnum_train_epochs=num_epochs,\nper_device_train_batch_size=per_device_train_batch_size,\n```\n\nIntroduce common train_args for GaudiSFTTrainer/GaudiTrainingArguments\nand FTTrainer/STrainingArguments to avoid duplication\nand improve maintainability.\n\nResulted arguments are identical to original\n`ta.dataloader_pin_memory = False` was added to adjust the difference.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"refactor TrainingArguments"}},{"before":"c98f2ee3b250d15f6fc7fa7156977d0992e66e29","after":"3d24a0d0a3abe01607210c1202b33295272ef9c7","ref":"refs/heads/test_data","pushedAt":"2024-06-02T14:48:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"makelinux","name":"Costa Shulyupin","path":"/makelinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2335185?s=80&v=4"},"commit":{"message":"offshoot gen_test_data() from very long generate_data()\n\nFunction generate_data is huge and messy.\n\nRefactor it.\n\nSigned-off-by: Costa Shulyupin ","shortMessageHtmlLink":"offshoot gen_test_data() from very long generate_data()"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXeneIQA","startCursor":null,"endCursor":null}},"title":"Activity ยท RedHat-Israel/instructlab"}