Skip to content

Instantly share code, notes, and snippets.

View twni2016's full-sized avatar
:octocat:
Focusing

Tianwei Ni twni2016

:octocat:
Focusing
View GitHub Profile
@twni2016
twni2016 / envs_CC.txt
Last active August 25, 2025 08:07
Install on Mila Cluster / Compute Canada
absl_py==2.1.0+computecanada
asttokens==2.4.1+computecanada
astunparse==1.6.3+computecanada
black==24.4.2
causal-conv1d==1.4.0
certifi==2024.7.4
cffi==1.16.0+computecanada
charset-normalizer==3.3.2
chex==0.1.86+computecanada
click==8.1.7+computecanada
@twni2016
twni2016 / install_thor.md
Last active August 9, 2021 17:10
ManipulaTHOR installation

Installation

1. AllenAct and AI2THOR

git clone https://github.com/allenai/allenact
  • AllenAct: this commit from PR that fixed a minor bug should work.
  • AI2THOR: v3.3.1, v3.3.4 and this PR commit, all of them should work.

2. Create Conda Env

@twni2016
twni2016 / fork.md
Last active October 8, 2025 13:50
How to fork a public repo into a private repo (support pull request)

Disclaimer

Following the fantastic answer

What we want?

There is a public repo we want to fork, but we want to make our forked repo private, and also can make a pull request to the public repo.

Setup

Basic idea: we create a public forked repo as usual, but serving as an agent.