Skip to content
View darrenangle's full-sized avatar
🏋️
🏋️
Block or Report

Block or report darrenangle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. embed and load 2.5M arxiv abstracts ... embed and load 2.5M arxiv abstracts into qdrant
    1
    import json
    2
    import numpy as np
    3
    from FlagEmbedding import FlagModel
    4
    from qdrant_client import QdrantClient
    5
    from qdrant_client.http.models import Batch, VectorParams, Distance
  2. vllm server wrapper with auto resta... vllm server wrapper with auto restart and vllm node script with exponential backoff for requests
    1
    import subprocess
    2
    import time
    3
    import re
    4
    import signal
    5
    import sys
  3. open LLM tool use, a prompt template... open LLM tool use, a prompt template, tested with Mistral, OpenChat, SOLAR.
    1
    
    
    2
    # WHO ARE YOU
    3
    
    
    4
    - You are an AI trained to call functions in order to solve problems.
    5
    - You are an expert in XML outputs and well-formatted JSON.