Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding support for generate endpoint #80

Closed
wants to merge 3 commits into from
Closed

Conversation

nnshah1
Copy link
Contributor

@nnshah1 nnshah1 commented Sep 7, 2024

No description provided.

# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

import random

Check notice

Code scanning / CodeQL

Unused import

Import of 'random' is not used.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

import random
from copy import deepcopy

Check notice

Code scanning / CodeQL

Unused import

Import of 'deepcopy' is not used.

import random
from copy import deepcopy
from typing import Dict, List, Any

Check notice

Code scanning / CodeQL

Unused import

Import of 'List' is not used.
@nnshah1 nnshah1 force-pushed the nnshah1-triton-generate branch from 56a851b to 0e23bf5 Compare December 5, 2024 08:33
@nnshah1 nnshah1 closed this Dec 5, 2024
@nnshah1
Copy link
Contributor Author

nnshah1 commented Dec 5, 2024

closing - new PR has been created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant