Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gh actions #67

Merged
merged 66 commits into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
d15014b
Added einum helper method to tensor
bclarkson-code Mar 17, 2024
4046f4c
First draft of vectorising
bclarkson-code Mar 17, 2024
f898dd0
Fixed imports for tests (most of which are broken)
bclarkson-code Mar 17, 2024
137fc46
Fixed binary tests
bclarkson-code Mar 17, 2024
1856dfc
Explicitly set black line limit
bclarkson-code Mar 17, 2024
cec85f0
Continuing bug fixing
bclarkson-code Mar 17, 2024
84dd49b
Updated vectorisation
bclarkson-code Mar 19, 2024
94dbb54
Fixed failing tests
Mar 20, 2024
d6b300a
Ran pre-commit checks
Mar 20, 2024
43517b1
Cleaned up simple nn test
Mar 20, 2024
22e0aec
Updated readme
Mar 20, 2024
7c78d10
Merge branch 'main' into update-readme
Mar 20, 2024
90e995b
Merge branch 'main' into update-readme
bclarkson-code Jun 8, 2024
8285633
Removed cuda cdoe
bclarkson-code Jun 8, 2024
315ae07
Updated intro
bclarkson-code Jun 8, 2024
f25d747
Updated installation section
bclarkson-code Jun 8, 2024
745fba1
Merge branch 'main' into update-readme
bclarkson-code Jun 8, 2024
a3f4ff7
Cleaned up requirements files
bclarkson-code Jun 8, 2024
7a393de
Updated example script
bclarkson-code Jun 8, 2024
97c2ba9
Cleaned example code
bclarkson-code Jun 8, 2024
6996b81
Fixed speech marks
bclarkson-code Jun 8, 2024
c968d07
Removed uneeded files
bclarkson-code Jun 8, 2024
9b5446f
Removed extra file
bclarkson-code Jun 8, 2024
b373727
added newline
bclarkson-code Jun 8, 2024
ec71108
Updated wording
bclarkson-code Jun 8, 2024
494d111
Added autograd section to readme
bclarkson-code Jun 8, 2024
9d4fbf0
Added syntax highlighting
bclarkson-code Jun 8, 2024
f0ce0f0
Removed dropout from autograd explanation
bclarkson-code Jun 8, 2024
97bbfef
Updateds autograd code
bclarkson-code Jun 8, 2024
10e76b8
Updated installation
bclarkson-code Jun 8, 2024
c35f84f
Fixed typo
bclarkson-code Jun 8, 2024
af34dc0
Corrected install path in environment
bclarkson-code Jun 8, 2024
6fbfdf9
Fixed bug in shakespeare dataset
bclarkson-code Jun 8, 2024
0adab5d
Added tensor usage
bclarkson-code Jun 9, 2024
f5434d7
inlined code output
bclarkson-code Jun 9, 2024
6ae3e26
Added more explanation to readme
bclarkson-code Jun 9, 2024
62fc0a2
Fixed training script
bclarkson-code Jun 9, 2024
ce3b7ed
Merge branch 'update-readme' of https://github.com/bclarkson-code/Tri…
bclarkson-code Jun 9, 2024
6237f3d
Merge branch 'update-readme' of https://github.com/bclarkson-code/llm…
bclarkson-code Jun 9, 2024
61200d5
Renamed _data to .array
bclarkson-code Jun 9, 2024
ed81aa8
Removed cleanu
bclarkson-code Jun 9, 2024
e2b0148
Added better docstrings
bclarkson-code Jun 9, 2024
10d099a
Added einsum explainer
bclarkson-code Jun 9, 2024
900f831
Update README.md
bclarkson-code Jun 9, 2024
87f609d
Update README.md
bclarkson-code Jun 9, 2024
3795b24
Update README.md
bclarkson-code Jun 9, 2024
4a06733
Update README.md
bclarkson-code Jun 9, 2024
310a599
Update README.md
bclarkson-code Jun 9, 2024
1bc1fe9
Update README.md
bclarkson-code Jun 9, 2024
6baf74f
Completed simple neural network section of readme
bclarkson-code Jun 9, 2024
9b367be
Merge branch 'update-readme' of https://github.com/bclarkson-code/llm…
bclarkson-code Jun 9, 2024
984e3e6
Added missing paragraph
bclarkson-code Jun 9, 2024
e8c4bb4
Corrected grammar
bclarkson-code Jun 9, 2024
d040b45
Update README.md
bclarkson-code Jun 9, 2024
371ba4c
Renamed batching
bclarkson-code Jun 9, 2024
7c013a8
Merge branch 'update-readme' of https://github.com/bclarkson-code/llm…
bclarkson-code Jun 9, 2024
cbfdd51
Started work on optimisations
bclarkson-code Jun 9, 2024
6ffeb08
Continued optimisation section
bclarkson-code Jun 9, 2024
db3b20c
Completed optimisations section
bclarkson-code Jun 9, 2024
5ebc78a
Update README.md
bclarkson-code Jun 9, 2024
b96b828
removed llm section, temporarily
bclarkson-code Jun 9, 2024
76701e7
Added comparison
bclarkson-code Jun 9, 2024
8d11a50
Added table of contents
bclarkson-code Jun 9, 2024
f97d635
Table of contents and spellcheck
bclarkson-code Jun 9, 2024
f9456be
Updated pipeline
bclarkson-code Jun 9, 2024
1e5a78f
Fixed path
bclarkson-code Jun 9, 2024
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
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -28,7 +29,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-file: environment.cpu_only.test.yml
environment-file: requirements/environment.cpu.test.yml
init-shell: >-
bash
cache-environment: true
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

Loading
Loading