Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tfrere/research-article-template
HuggingFaceH4
/
on-policy-distillation
like
96
Running
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
refs/pr/5
on-policy-distillation
/
app
/
src
/
env.d.ts
tfrere
HF Staff
update
e86b529
7 months ago
raw
Copy download link
history
blame
179 Bytes
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="vite/client" />
interface
ImportMeta
{
readonly
env
:
ImportMetaEnv
;
}