Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
197
Running
on
CPU Upgrade
App
Files
Files
Community
11
Fetching metadata from the HF Docker repository...
1feceb6
inference-playground
/
src
/
lib
/
components
/
InferencePlayground
Ctrl+K
Ctrl+K
6 contributors
History:
169 commits
KingNish
Added first token latency and replaced latency with total generation time.
1feceb6
verified
11 months ago
InferencePlayground.svelte
Safe
14.3 kB
Added first token latency and replaced latency with total generation time.
11 months ago
InferencePlaygroundCodeSnippets.svelte
Safe
9.74 kB
type snippetsByLanguage: Record<Language, Snippet[]>;
11 months ago
InferencePlaygroundConversation.svelte
Safe
2.81 kB
fix import type { Conversation }
11 months ago
InferencePlaygroundGenerationConfig.svelte
Safe
4 kB
temp: hardcode custom maxTokens
11 months ago
InferencePlaygroundHFTokenModal.svelte
Safe
4.57 kB
format
11 months ago
InferencePlaygroundMessage.svelte
Safe
1.71 kB
Add overflow-hidden to <textarea>
11 months ago
InferencePlaygroundModelSelector.svelte
Safe
2.52 kB
Fix lint errors
11 months ago
InferencePlaygroundModelSelectorModal.svelte
Safe
6.35 kB
typo
11 months ago
generationConfigSettings.ts
Safe
1.01 kB
Stronger type to type { ChatCompletionInput } from "@huggingface/tasks";
11 months ago
inferencePlaygroundUtils.ts
Safe
2.23 kB
typo
11 months ago
types.ts
Safe
607 Bytes
System message as part of Conversation
about 1 year ago