gradient-cli
gradient-cli copied to clipboard
The command line interface for Gradient - https://gradient.paperspace.com
not sure if it is the right place but our users encounters the following errors when using [DiscoArt](https://github.com/jina-ai/discoart/issues/33) on paperspace ```python from ipywidgets import Output Output() ``` Could you please...
Dear everyone, I am trying to upload a new version of my dataset, but I keep getting Brokenpipe errors. Here is what I am doing : ``` gradient datasets versions...
I want to use the SDK to operate deployments, but I found that the ```deployment_client = sdk_client.DeploymentsClient()``` listed in https://docs.paperspace.com/gradient/python-sdk/sdk-tutorial/ not work. There is also no corresponding file in the...
PyYAML version 5.4.1 is causing 'pip install gradient' to fail. See: https://github.com/yaml/pyyaml/issues/724 Solution is to use 5.3.1 ie., change line 70 in `setup.py` from `PyYAML==5.*` to `PyYAML==5.3.*` ``` Collecting PyYAML==5.*...
I'm trying to get access to gradient cli and getting the following error: 'gradient' is not recognized as an internal or external command, operable program or batch file on Windows...
Hello, I am currently using the `gradient` package in a project that also depends on the `langchain` package. Unfortunately, I've run into a dependency conflict between these two packages, specifically...
Error 1008 Ray ID: 7c2032b55e57df8f • 2023-05-04 10:53:06 UTC Access denied What happened? The owner of this website (api.paperspace.io) has banned your IP address (182.253.163.132). Cloudflare Ray ID: 7c2032b55e57df8f
https://github.com/Paperspace/gradient-cli/blob/9eb645ec208c5cc2c494682705a14602b70f7914/setup.py#L70 is no longer a valid version specifier. ```bash error in gradient setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end...
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...
Hello there, i have been using paperspace gradient web to lunch in to my projects , choosing free gpu then using Jupyter notebook, i was wondering if i can automate...