cli
Project description
ANC CLI Tool
Overview
The ANC CLI tool is a comprehensive command line interface designed to facilitate the management of various resources within the company. Initially, it supports managing datasets and their versions, enabling users to interact seamlessly with a remote server for fetching, listing, and adding datasets.
Installation
For User
# Instructions for installing the ANC CLI tool
sudo pip install anc
For cli Develop
# Instructions for installing the ANC CLI tool
cd dev/cli
sudo pip install -r requirements.txt
sudo pip install -e .
Dataset
- Fetch Datasets: Retrieve specific versions of datasets from a remote server.
- List Versions: View all available versions of a dataset.
- Add Datasets: Upload new datasets along with their versions and descriptions to the remote server.
Usage
list
anc ds list
# Or you can specify a dataset name.
anc ds list -n <dataset name>
get
# According to the above list result, you can download the specific version dataset.
# Ensure that the destination path for downloads is a permanent storage location(e.g. /mnt/weka/xxx). Currently, downloading data to local storage is not permitted.
anc ds get cifar-10-batches-py -v 1.0
add
# Upload a specific version of a dataset. The dataset name will be determined based on the file or folder name extracted from the specified path.
# Ensure that the dataset is stored in a permanent location recognized by the server (e.g., /mnt/weka/xxx).
anc ds add /mnt/weka/xug/dvc_temp/cifar-10-batches-py -v 1.0
load-test
Usage
load testing with random data
# install vllm first(skip if you have, this step will be done inside cli tool in future)
pip install vllm
# start vllm server (this step will be done inside cli tool in future)
python -m vllm.entrypoints.openai.api_server --model=facebook/opt-125m
# load testing running
anc loadtest --backend vllm --model facebook/opt-125m --dataset-name random --profile --num-prompts 2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anc-0.3.13.tar.gz.
File metadata
- Download URL: anc-0.3.13.tar.gz
- Upload date:
- Size: 38.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.10.12 Linux/5.15.0-1053-nvidia
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44e3050cc9ba3d71c4983aa2a3390240d1febcdb7d22b687e5096cb1aef1635a
|
|
| MD5 |
fe3e1e9763a3f24b7edd19d830b515ba
|
|
| BLAKE2b-256 |
c1329c68be9b90c88868a473daa4cfeee47f5acfc790821156ef4b520192aae8
|
File details
Details for the file anc-0.3.13-py3-none-any.whl.
File metadata
- Download URL: anc-0.3.13-py3-none-any.whl
- Upload date:
- Size: 46.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.10.12 Linux/5.15.0-1053-nvidia
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f867bdbcc5b8704a19c84f88f35ee6ef5952393d882a26311341cc404461d1d
|
|
| MD5 |
348f6efda9a5c871958892473137cca4
|
|
| BLAKE2b-256 |
e2c6174fde1a221d034a148d42bb4ca3fe7771ead2bc86ffef4ec71fb4db107b
|