{"id":15397972,"url":"https://github.com/nunoplopes/torchy","last_synced_at":"2025-10-11T07:30:17.903Z","repository":{"id":183546567,"uuid":"351563849","full_name":"nunoplopes/torchy","owner":"nunoplopes","description":"A tracing JIT compiler for PyTorch","archived":true,"fork":false,"pushed_at":"2021-12-11T12:58:49.000Z","size":5529,"stargazers_count":12,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T17:38:37.741Z","etag":null,"topics":["jit-compiler","lazy-evaluation","pytorch","tracing-jit"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nunoplopes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-25T20:15:03.000Z","updated_at":"2024-02-07T11:02:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a103e2f-aea8-4b16-b141-298eb36c0a2e","html_url":"https://github.com/nunoplopes/torchy","commit_stats":null,"previous_names":["nunoplopes/torchy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nunoplopes/torchy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunoplopes%2Ftorchy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunoplopes%2Ftorchy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunoplopes%2Ftorchy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunoplopes%2Ftorchy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nunoplopes","download_url":"https://codeload.github.com/nunoplopes/torchy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunoplopes%2Ftorchy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006618,"owners_count":26084131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jit-compiler","lazy-evaluation","pytorch","tracing-jit"],"created_at":"2024-10-01T15:40:26.332Z","updated_at":"2025-10-11T07:30:17.897Z","avatar_url":"https://github.com/nunoplopes.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Torchy\n======\n\nA tracing JIT for PyTorch.\nWIP; don't use.\n\n\nInstall\n-------\n```\n$ python setup.py install\n```\n\n\nRun\n---\nTorchy shouldn't require any change beyond adding a call to `torchy.enable()`.\nExample:\n\n```python\nimport torch\nimport torchy\n\ntorchy.enable()\n\nx = torch.tensor(((3.,2.), (4.,5.)))\ny = torch.tensor(((5.,6.), (7.,1.)))\n\nw = x.add(x)\nz = x.add(y)\nw = None  # w not computed\nprint(z)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunoplopes%2Ftorchy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnunoplopes%2Ftorchy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunoplopes%2Ftorchy/lists"}