https://github.com/activeloopai/buh
Hub backwards (buH) compatibility tests!
https://github.com/activeloopai/buh
Last synced: 16 days ago
JSON representation
Hub backwards (buH) compatibility tests!
- Host: GitHub
- URL: https://github.com/activeloopai/buh
- Owner: activeloopai
- Created: 2021-08-06T16:57:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T17:24:20.000Z (12 months ago)
- Last Synced: 2025-02-13T18:30:46.901Z (12 months ago)
- Language: Python
- Homepage:
- Size: 283 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buh
[Hub](https://github.com/activeloopai/Hub) backwards (buH) compatibility tests!
## Running buH Tests
1. Clone this repository.
2. `cd buH`
3. `pip install -e .`
4. `sh buh/scripts/create_all.sh` -- see script [here](./buh/scripts/create_all.sh)
- Creates a new directory inside the clone location of `buH` called `datasets`.
- Warning, this will `pip uninstall deeplake` so it can pip install all versions of deeplake and use them. After calling this script (you should only have to call it once per machine), you should pip install the version of deeplake you want to test using.
5. `pytest .`