big_vision icon indicating copy to clipboard operation
big_vision copied to clipboard

Installation

Open jiaxi98 opened this issue 8 months ago • 0 comments

The command

git clone https://github.com/google-research/big_vision
cd big_vision/
pip3 install --upgrade pip
pip3 install -r big_vision/requirements.txt

provided in README does not install the repo but rather the dependency since neither 'setup.py' nor 'pyproject.toml' found. Is that possible to install this package as other package such as scenic is dependent on it. Currently, I am adding big_vision repo to system path for usage.

jiaxi98 avatar May 17 '25 02:05 jiaxi98