Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/config/spelling_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AlmaLinux
Anyon
Asynchronous
BFGS
BPE
Bloch
Braket
CLA
Expand Down Expand Up @@ -36,6 +37,8 @@ Fock
Fortran
Fourier
GHCR
GPT
GPTs
GPU
GPUDirect
GPUs
Expand Down Expand Up @@ -67,6 +70,7 @@ MPI
MPICH
MPS
MSB
Macbooks
Mandel
Max-Cut
MyST
Expand All @@ -79,11 +83,13 @@ OPX
OQC
ORCA
OpenACC
OpenAI
OpenMP
OpenMPI
OpenQASM
OpenSSL
OpenSUSE
OpenWebText
Ou
POSIX
PSIRT
Expand Down Expand Up @@ -131,9 +137,11 @@ UCCSD
VQE
Vazirani
WSL
XA
Zener
accessor
acknowledgement
acknowledgements
adaptor
adaptors
adjoint
Expand Down Expand Up @@ -172,6 +180,7 @@ comparator
comparators
composability
composable
config
constructible
controlled
coprocessing
Expand All @@ -188,6 +197,8 @@ cuQuantum
cuTensor
cudaq
dataflow
dataset
datasets
ddots
deallocate
deallocated
Expand Down Expand Up @@ -233,15 +244,20 @@ extensibility
extremal
fermionic
fermioniq
finetune
finetuning
fmt
fourier
frontend
frontends
gpt
grovers
hadamard
hamiltonian
heisenberg
homogenous
huggingface
hyperparameters
iff
increment
incrementing
Expand All @@ -267,17 +283,21 @@ lookup
lookups
lossy
lvalue
macbook
makefiles
merchantability
minGPT
mps
multithreaded
mutex
namespace
namespaces
nanoGPT
natively
normalization
nullary
observables
openwebtext
optimizer
optimizers
pagerank
Expand All @@ -292,10 +312,13 @@ photonics
precompute
precomputed
prepend
preprocess
preprocessor
pretrained
probability
programmatically
pybind
pytorch
qaoa
qed
quantize
Expand All @@ -308,13 +331,15 @@ qumode
qumodes
reStructuredText
reconfigurable
repro
runtime
runtimes
rvalue
scalability
scalable
selectable
sexualized
shakespeare
shifter
shifters
shors
Expand Down Expand Up @@ -346,6 +371,7 @@ superpositions
symplectic
tablegen
templated
todos
toolchain
toolchains
toolset
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@
[submodule "tpls/Stim"]
path = tpls/Stim
url = https://github.com/quantumlib/Stim
[submodule "docs/sphinx/applications/python/qaoa_gpt_src/FEATHER"]
path = docs/sphinx/applications/python/qaoa_gpt_src/FEATHER
url = https://github.com/benedekrozemberczki/FEATHER.git
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/sphinx/applications/python/nanoGPT/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Override jupyter in Github language stats for more accurate estimate of repo code languages
# reference: https://github.com/github/linguist/blob/master/docs/overrides.md#generated-code
*.ipynb linguist-generated
out-save_dir_3k.zip filter=lfs diff=lfs merge=lfs -text
14 changes: 14 additions & 0 deletions docs/sphinx/applications/python/nanoGPT/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.DS_Store
.idea
.ipynb_checkpoints/
.vscode
__pycache__/
*.bin
*.pkl
*.pt
*.pyc
input.txt
env/
venv/
*.npy
*.json
21 changes: 21 additions & 0 deletions docs/sphinx/applications/python/nanoGPT/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Andrej Karpathy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Loading