witrin's picture
Upload folder using huggingface_hub (part 14)
b2e0625 verified
Raw
History Blame Contribute Delete
32.2 kB
{"time": "2024-03-12T09:22:00+00:00", "type": "issue", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "repository_url": "https://api.github.com/repos/microsoft/Olive", "labels_url": "https://api.github.com/repos/microsoft/Olive/issues/1007/labels{/name}", "comments_url": "https://api.github.com/repos/microsoft/Olive/issues/1007/comments", "events_url": "https://api.github.com/repos/microsoft/Olive/issues/1007/events", "html_url": "https://github.com/microsoft/Olive/issues/1007", "id": 2181117317, "node_id": "I_kwDODAolhs6CATWF", "number": 1007, "title": "models_rank.json issue", "user": {"login": "fangsz21", "id": 110875485, "node_id": "U_kgDOBpvTXQ", "avatar_url": "https://avatars.githubusercontent.com/u/110875485?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fangsz21", "html_url": "https://github.com/fangsz21", "followers_url": "https://api.github.com/users/fangsz21/followers", "following_url": "https://api.github.com/users/fangsz21/following{/other_user}", "gists_url": "https://api.github.com/users/fangsz21/gists{/gist_id}", "starred_url": "https://api.github.com/users/fangsz21/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fangsz21/subscriptions", "organizations_url": "https://api.github.com/users/fangsz21/orgs", "repos_url": "https://api.github.com/users/fangsz21/repos", "events_url": "https://api.github.com/users/fangsz21/events{/privacy}", "received_events_url": "https://api.github.com/users/fangsz21/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "labels": [], "state": "closed", "locked": false, "assignees": [], "milestone": null, "comments": 4, "created_at": "2024-03-12T09:22:00Z", "updated_at": "2024-04-02T20:33:25Z", "closed_at": "2024-04-02T20:33:24Z", "assignee": null, "author_association": "NONE", "issue_field_values": [], "type": null, "active_lock_reason": null, "sub_issues_summary": {"total": 0, "completed": 0, "percent_completed": 0}, "issue_dependencies_summary": {"blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0}, "body": "**Describe the bug**\r\nThe model_path in models_rank.json is the input model path instead of the optimized model path\r\n\r\n\r\n\r\n**Expected behavior**\r\nmodel_path is the optimized model path\r\n\r\nAdd Olive configurations here.\r\n\r\n**Olive logs**\r\nmodels_rank.json:\r\n\r\n```json\r\n[\r\n {\r\n \"rank\": 1,\r\n \"model_config\": {\r\n \"type\": \"ONNXModel\",\r\n \"config\": {\r\n \"model_path\": \"D:\\\\fang\\\\cputest\\\\code\\\\oaas_models\\\\deeprank.onnx\",\r\n \"onnx_file_name\": null,\r\n \"inference_settings\": {\r\n \"execution_provider\": [\r\n \"OpenVINOExecutionProvider\"\r\n ],\r\n \"provider_options\": [\r\n {}\r\n ],\r\n \"io_bind\": false,\r\n \"tuning_op_result\": null,\r\n \"session_options\": {\r\n \"execution_mode\": 0,\r\n \"graph_optimization_level\": 99,\r\n \"intra_op_num_threads\": 15\r\n }\r\n },\r\n \"use_ort_extensions\": false,\r\n \"model_attributes\": null\r\n }\r\n },\r\n \"metrics\": {\r\n \"latency-avg\": {\r\n \"value\": 3.88114,\r\n \"priority\": 1,\r\n \"higher_is_better\": false\r\n }\r\n }\r\n },\r\n {\r\n \"rank\": 2,\r\n \"model_config\": {\r\n \"type\": \"ONNXModel\",\r\n \"config\": {\r\n \"model_path\": \"D:\\\\fang\\\\cputest\\\\code\\\\oaas_models\\\\deeprank.onnx\",\r\n \"onnx_file_name\": null,\r\n \"inference_settings\": {\r\n \"execution_provider\": [\r\n \"CPUExecutionProvider\"\r\n ],\r\n \"provider_options\": [\r\n {}\r\n ],\r\n \"io_bind\": false,\r\n \"tuning_op_result\": null,\r\n \"session_options\": {\r\n \"execution_mode\": 0,\r\n \"graph_optimization_level\": 99,\r\n \"intra_op_num_threads\": 16\r\n }\r\n },\r\n \"use_ort_extensions\": false,\r\n \"model_attributes\": null\r\n }\r\n },\r\n \"metrics\": {\r\n \"latency-avg\": {\r\n \"value\": 4.08497,\r\n \"priority\": 1,\r\n \"higher_is_better\": false\r\n }\r\n }\r\n }\r\n]\r\n```\r\n\r\n**Other information**\r\n - OS: Windows,&Linux\r\n - Olive version: 0.5.0\r\n - ONNXRuntime package and version: all\r\n\r\n\r\n", "closed_by": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/1007/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "timeline_url": "https://api.github.com/repos/microsoft/Olive/issues/1007/timeline", "performed_via_github_app": null, "state_reason": "completed", "pinned_comment": null}}
{"time": "2024-03-12T09:30:48+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1991156243", "html_url": "https://github.com/microsoft/Olive/issues/1007#issuecomment-1991156243", "issue_url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "id": 1991156243, "node_id": "IC_kwDODAolhs52rqIT", "user": {"login": "guotuofeng", "id": 817030, "node_id": "MDQ6VXNlcjgxNzAzMA==", "avatar_url": "https://avatars.githubusercontent.com/u/817030?u=bd502dd3d61efb3e3de08731a2c16da6372294ae&v=4", "gravatar_id": "", "url": "https://api.github.com/users/guotuofeng", "html_url": "https://github.com/guotuofeng", "followers_url": "https://api.github.com/users/guotuofeng/followers", "following_url": "https://api.github.com/users/guotuofeng/following{/other_user}", "gists_url": "https://api.github.com/users/guotuofeng/gists{/gist_id}", "starred_url": "https://api.github.com/users/guotuofeng/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guotuofeng/subscriptions", "organizations_url": "https://api.github.com/users/guotuofeng/orgs", "repos_url": "https://api.github.com/users/guotuofeng/repos", "events_url": "https://api.github.com/users/guotuofeng/events{/privacy}", "received_events_url": "https://api.github.com/users/guotuofeng/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-03-12T09:30:48Z", "updated_at": "2024-03-12T09:30:48Z", "author_association": "CONTRIBUTOR", "body": "@xiaoyu-work, could you please help take a look?", "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1991156243/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "pin": null}}
{"time": "2024-03-12T09:30:48+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1991156243", "html_url": "https://github.com/microsoft/Olive/issues/1007#issuecomment-1991156243", "issue_url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "id": 1991156243, "node_id": "IC_kwDODAolhs52rqIT", "user": {"login": "guotuofeng", "id": 817030, "node_id": "MDQ6VXNlcjgxNzAzMA==", "avatar_url": "https://avatars.githubusercontent.com/u/817030?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guotuofeng", "html_url": "https://github.com/guotuofeng", "followers_url": "https://api.github.com/users/guotuofeng/followers", "following_url": "https://api.github.com/users/guotuofeng/following{/other_user}", "gists_url": "https://api.github.com/users/guotuofeng/gists{/gist_id}", "starred_url": "https://api.github.com/users/guotuofeng/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guotuofeng/subscriptions", "organizations_url": "https://api.github.com/users/guotuofeng/orgs", "repos_url": "https://api.github.com/users/guotuofeng/repos", "events_url": "https://api.github.com/users/guotuofeng/events{/privacy}", "received_events_url": "https://api.github.com/users/guotuofeng/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-03-12T09:30:48Z", "updated_at": "2024-03-12T09:30:48Z", "body": "@xiaoyu-work, could you please help take a look?", "author_association": "CONTRIBUTOR", "pin": null, "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1991156243/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "event": "commented", "actor": {"login": "guotuofeng", "id": 817030, "node_id": "MDQ6VXNlcjgxNzAzMA==", "avatar_url": "https://avatars.githubusercontent.com/u/817030?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guotuofeng", "html_url": "https://github.com/guotuofeng", "followers_url": "https://api.github.com/users/guotuofeng/followers", "following_url": "https://api.github.com/users/guotuofeng/following{/other_user}", "gists_url": "https://api.github.com/users/guotuofeng/gists{/gist_id}", "starred_url": "https://api.github.com/users/guotuofeng/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guotuofeng/subscriptions", "organizations_url": "https://api.github.com/users/guotuofeng/orgs", "repos_url": "https://api.github.com/users/guotuofeng/repos", "events_url": "https://api.github.com/users/guotuofeng/events{/privacy}", "received_events_url": "https://api.github.com/users/guotuofeng/received_events", "type": "User", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-03-12T09:30:49+00:00", "type": "timeline:mentioned", "payload": {"id": 12086029700, "node_id": "MEE_lADODAolhs6CATWFzwAAAALQYi2E", "url": "https://api.github.com/repos/microsoft/Olive/issues/events/12086029700", "actor": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "mentioned", "commit_id": null, "commit_url": null, "created_at": "2024-03-12T09:30:49Z", "performed_via_github_app": null}}
{"time": "2024-03-12T09:30:49+00:00", "type": "timeline:subscribed", "payload": {"id": 12086029715, "node_id": "SE_lADODAolhs6CATWFzwAAAALQYi2T", "url": "https://api.github.com/repos/microsoft/Olive/issues/events/12086029715", "actor": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "subscribed", "commit_id": null, "commit_url": null, "created_at": "2024-03-12T09:30:49Z", "performed_via_github_app": null}}
{"time": "2024-03-13T03:38:03+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1993342620", "html_url": "https://github.com/microsoft/Olive/issues/1007#issuecomment-1993342620", "issue_url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "id": 1993342620, "node_id": "IC_kwDODAolhs52z_6c", "user": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?u=ce9518815001b11a1de44b6242b5181b017a3350&v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-03-13T03:38:03Z", "updated_at": "2024-03-13T03:38:03Z", "author_association": "COLLABORATOR", "body": "That's weird. Mine has correct output model path:\r\n```\r\n[\r\n {\r\n \"rank\": 1,\r\n \"model_config\": {\r\n \"type\": \"ONNXModel\",\r\n \"config\": {\r\n \"model_path\": \"/home/xyz/github/Olive/examples/bert/cache/models/2_OnnxQuantization-1-1431c563dcfda9c9c3bf26c5d61ef58e/output_model/model.onnx\",\r\n \"onnx_file_name\": null,\r\n```\r\n\r\nBut what I can improve here is updating this `model_path` to the model path in output zip file.", "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1993342620/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "pin": null}}
{"time": "2024-03-13T03:38:03+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1993342620", "html_url": "https://github.com/microsoft/Olive/issues/1007#issuecomment-1993342620", "issue_url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "id": 1993342620, "node_id": "IC_kwDODAolhs52z_6c", "user": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-03-13T03:38:03Z", "updated_at": "2024-03-13T03:38:03Z", "body": "That's weird. Mine has correct output model path:\r\n```\r\n[\r\n {\r\n \"rank\": 1,\r\n \"model_config\": {\r\n \"type\": \"ONNXModel\",\r\n \"config\": {\r\n \"model_path\": \"/home/xyz/github/Olive/examples/bert/cache/models/2_OnnxQuantization-1-1431c563dcfda9c9c3bf26c5d61ef58e/output_model/model.onnx\",\r\n \"onnx_file_name\": null,\r\n```\r\n\r\nBut what I can improve here is updating this `model_path` to the model path in output zip file.", "author_association": "COLLABORATOR", "pin": null, "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1993342620/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "event": "commented", "actor": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-03-13T04:09:48+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1993417735", "html_url": "https://github.com/microsoft/Olive/issues/1007#issuecomment-1993417735", "issue_url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "id": 1993417735, "node_id": "IC_kwDODAolhs520SQH", "user": {"login": "guotuofeng", "id": 817030, "node_id": "MDQ6VXNlcjgxNzAzMA==", "avatar_url": "https://avatars.githubusercontent.com/u/817030?u=bd502dd3d61efb3e3de08731a2c16da6372294ae&v=4", "gravatar_id": "", "url": "https://api.github.com/users/guotuofeng", "html_url": "https://github.com/guotuofeng", "followers_url": "https://api.github.com/users/guotuofeng/followers", "following_url": "https://api.github.com/users/guotuofeng/following{/other_user}", "gists_url": "https://api.github.com/users/guotuofeng/gists{/gist_id}", "starred_url": "https://api.github.com/users/guotuofeng/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guotuofeng/subscriptions", "organizations_url": "https://api.github.com/users/guotuofeng/orgs", "repos_url": "https://api.github.com/users/guotuofeng/repos", "events_url": "https://api.github.com/users/guotuofeng/events{/privacy}", "received_events_url": "https://api.github.com/users/guotuofeng/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-03-13T04:09:48Z", "updated_at": "2024-03-13T04:09:48Z", "author_association": "CONTRIBUTOR", "body": "I think that's mean the actual path in the zip file. The model_path will not be valid after the zip file is downloaded in another machine.", "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1993417735/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "pin": null}}
{"time": "2024-03-13T04:09:48+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1993417735", "html_url": "https://github.com/microsoft/Olive/issues/1007#issuecomment-1993417735", "issue_url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "id": 1993417735, "node_id": "IC_kwDODAolhs520SQH", "user": {"login": "guotuofeng", "id": 817030, "node_id": "MDQ6VXNlcjgxNzAzMA==", "avatar_url": "https://avatars.githubusercontent.com/u/817030?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guotuofeng", "html_url": "https://github.com/guotuofeng", "followers_url": "https://api.github.com/users/guotuofeng/followers", "following_url": "https://api.github.com/users/guotuofeng/following{/other_user}", "gists_url": "https://api.github.com/users/guotuofeng/gists{/gist_id}", "starred_url": "https://api.github.com/users/guotuofeng/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guotuofeng/subscriptions", "organizations_url": "https://api.github.com/users/guotuofeng/orgs", "repos_url": "https://api.github.com/users/guotuofeng/repos", "events_url": "https://api.github.com/users/guotuofeng/events{/privacy}", "received_events_url": "https://api.github.com/users/guotuofeng/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-03-13T04:09:48Z", "updated_at": "2024-03-13T04:09:48Z", "body": "I think that's mean the actual path in the zip file. The model_path will not be valid after the zip file is downloaded in another machine.", "author_association": "CONTRIBUTOR", "pin": null, "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/1993417735/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "event": "commented", "actor": {"login": "guotuofeng", "id": 817030, "node_id": "MDQ6VXNlcjgxNzAzMA==", "avatar_url": "https://avatars.githubusercontent.com/u/817030?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guotuofeng", "html_url": "https://github.com/guotuofeng", "followers_url": "https://api.github.com/users/guotuofeng/followers", "following_url": "https://api.github.com/users/guotuofeng/following{/other_user}", "gists_url": "https://api.github.com/users/guotuofeng/gists{/gist_id}", "starred_url": "https://api.github.com/users/guotuofeng/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guotuofeng/subscriptions", "organizations_url": "https://api.github.com/users/guotuofeng/orgs", "repos_url": "https://api.github.com/users/guotuofeng/repos", "events_url": "https://api.github.com/users/guotuofeng/events{/privacy}", "received_events_url": "https://api.github.com/users/guotuofeng/received_events", "type": "User", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-04-02T07:48:42+00:00", "type": "timeline:referenced", "payload": {"id": 12320674271, "node_id": "REFE_lADODAolhs6CATWFzwAAAALeXpHf", "url": "https://api.github.com/repos/microsoft/Olive/issues/events/12320674271", "actor": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "referenced", "commit_id": "fb869c1f53a6db15c3171288fa8b7aa63ae59353", "commit_url": "https://api.github.com/repos/microsoft/Olive/commits/fb869c1f53a6db15c3171288fa8b7aa63ae59353", "created_at": "2024-04-02T07:48:42Z", "performed_via_github_app": null}}
{"time": "2024-04-02T20:33:24+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/2033042296", "html_url": "https://github.com/microsoft/Olive/issues/1007#issuecomment-2033042296", "issue_url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "id": 2033042296, "node_id": "IC_kwDODAolhs55LcN4", "user": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?u=ce9518815001b11a1de44b6242b5181b017a3350&v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-04-02T20:33:24Z", "updated_at": "2024-04-02T20:33:24Z", "author_association": "COLLABORATOR", "body": "The PR had been merged. Now the `model_path` in models_rank.json is the relative path to zip file. Closed.", "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/2033042296/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "pin": null}}
{"time": "2024-04-02T20:33:24+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/2033042296", "html_url": "https://github.com/microsoft/Olive/issues/1007#issuecomment-2033042296", "issue_url": "https://api.github.com/repos/microsoft/Olive/issues/1007", "id": 2033042296, "node_id": "IC_kwDODAolhs55LcN4", "user": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-04-02T20:33:24Z", "updated_at": "2024-04-02T20:33:24Z", "body": "The PR had been merged. Now the `model_path` in models_rank.json is the relative path to zip file. Closed.", "author_association": "COLLABORATOR", "pin": null, "reactions": {"url": "https://api.github.com/repos/microsoft/Olive/issues/comments/2033042296/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "event": "commented", "actor": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-04-02T20:33:24+00:00", "type": "timeline:closed", "payload": {"id": 12331776002, "node_id": "CE_lADODAolhs6CATWFzwAAAALfB_gC", "url": "https://api.github.com/repos/microsoft/Olive/issues/events/12331776002", "actor": {"login": "xiaoyu-work", "id": 85524621, "node_id": "MDQ6VXNlcjg1NTI0NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/85524621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xiaoyu-work", "html_url": "https://github.com/xiaoyu-work", "followers_url": "https://api.github.com/users/xiaoyu-work/followers", "following_url": "https://api.github.com/users/xiaoyu-work/following{/other_user}", "gists_url": "https://api.github.com/users/xiaoyu-work/gists{/gist_id}", "starred_url": "https://api.github.com/users/xiaoyu-work/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xiaoyu-work/subscriptions", "organizations_url": "https://api.github.com/users/xiaoyu-work/orgs", "repos_url": "https://api.github.com/users/xiaoyu-work/repos", "events_url": "https://api.github.com/users/xiaoyu-work/events{/privacy}", "received_events_url": "https://api.github.com/users/xiaoyu-work/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "closed", "commit_id": null, "commit_url": null, "created_at": "2024-04-02T20:33:24Z", "state_reason": null, "performed_via_github_app": null}}