Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Posts
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:

Duplicated fromย  huggingface/inference-playground

FallnAI
/
LLM-Inference
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
LLM-Inference / src /lib /components /InferencePlayground
Ctrl+K
Ctrl+K
  • 5 contributors
History: 159 commits
mishig's picture
mishig HF Staff
type snippetsByLanguage: Record<Language, Snippet[]>;
5e8ac10 8 months ago
  • InferencePlayground.svelte
    12.6 kB
    rm unused prop 8 months ago
  • InferencePlaygroundCodeSnippets.svelte
    9.74 kB
    type snippetsByLanguage: Record<Language, Snippet[]>; 8 months ago
  • InferencePlaygroundConversation.svelte
    2.81 kB
    fix import type { Conversation } 8 months ago
  • InferencePlaygroundGenerationConfig.svelte
    2.11 kB
    fix import type { Conversation } 8 months ago
  • InferencePlaygroundHFTokenModal.svelte
    4.57 kB
    format 8 months ago
  • InferencePlaygroundMessage.svelte
    1.7 kB
    Fix lint errors 8 months ago
  • InferencePlaygroundModelSelector.svelte
    2.52 kB
    Fix lint errors 8 months ago
  • InferencePlaygroundModelSelectorModal.svelte
    6.21 kB
    Fix lint errors 8 months ago
  • generationConfigSettings.ts
    934 Bytes
    default steps 8 months ago
  • inferencePlaygroundUtils.ts
    2.29 kB
    typo maxTokens vs max_tokens 8 months ago
  • types.ts
    607 Bytes
    System message as part of Conversation 10 months ago