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

Continuation from #49 #50

Merged
merged 103 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
10084f5
misc updates
tscholak Oct 22, 2024
91cd526
revamp landing page
tscholak Oct 22, 2024
df5e09d
add about us section
tscholak Oct 22, 2024
585bb89
add developers corner
tscholak Oct 22, 2024
c6c2a29
Merge branch 'main' of github.com:ServiceNow/Fast-LLM into tscholak/i…
tscholak Oct 22, 2024
62a3b22
add docs README
tscholak Oct 22, 2024
257ba2d
improve landing page
tscholak Oct 22, 2024
a99d56d
improve landing page
tscholak Oct 22, 2024
dc8e1e6
improve landing page
tscholak Oct 22, 2024
4b47d51
add cost-efficiency comparison
tscholak Oct 22, 2024
fb7d3cc
refinements
tscholak Oct 22, 2024
91262bb
refinements
tscholak Oct 22, 2024
293d3b6
refinements
tscholak Oct 23, 2024
efde9b1
refinements
tscholak Oct 23, 2024
74b8ea7
linting
tscholak Oct 23, 2024
82adb54
rework cost efficiency comparison
tscholak Oct 23, 2024
f2beb4c
rework cost efficiency comparison
tscholak Oct 23, 2024
9a2397d
add devenv
tscholak Oct 23, 2024
e4230ea
add devenv
tscholak Oct 23, 2024
a1fa251
revamp structure
tscholak Oct 23, 2024
8903632
Merge remote-tracking branch 'origin/main' into tscholak/improve-docs
tscholak Oct 23, 2024
9f887c1
add quick-start guide
tscholak Oct 26, 2024
4f40ba9
Merge branch 'main' of github.com:ServiceNow/Fast-LLM into tscholak/i…
tscholak Oct 26, 2024
0ab5b62
add prepare-dataset script
tscholak Oct 27, 2024
79b8401
rewrite quick-start guide
tscholak Oct 27, 2024
8b6ef7b
rewrite quick-start guide
tscholak Oct 27, 2024
e04d5eb
add support for distributed data preparation
tscholak Oct 27, 2024
4f68378
rewrite quick-start guide
tscholak Oct 27, 2024
5cb0754
add help page
tscholak Oct 27, 2024
7b93dce
add help page
tscholak Oct 28, 2024
b79129c
add starcoder2 success story
tscholak Oct 28, 2024
4369066
add starcoder2 success story
tscholak Oct 28, 2024
2262c65
rewrite quick-start guide
tscholak Oct 28, 2024
60cc57a
add disclaimer
tscholak Oct 29, 2024
6a76020
add build instructions
tscholak Oct 29, 2024
13e29bc
Update README.md
hughesthe1st Oct 30, 2024
f72ac0e
Update index.md
hughesthe1st Oct 31, 2024
5a43ed5
Update index.md
hughesthe1st Oct 31, 2024
bff6506
Update index.md
hughesthe1st Oct 31, 2024
271d9d1
Update index.md
hughesthe1st Oct 31, 2024
7c9bc15
Merge remote-tracking branch 'origin/main' into tscholak/improve-docs
tscholak Oct 31, 2024
8216e58
Merge branch 'tscholak/improve-docs' of github.com:ServiceNow/Fast-LL…
tscholak Oct 31, 2024
c0b8959
remove unused blog
tscholak Oct 31, 2024
431eefa
add markdownlint
tscholak Oct 31, 2024
f11bbdf
add markdownlint
tscholak Oct 31, 2024
045dcca
Merge remote-tracking branch 'origin/main' into tscholak/improve-docs
tscholak Nov 3, 2024
43869e5
separate md linting for / and /docs
tscholak Nov 3, 2024
dd35c50
wip
tscholak Nov 5, 2024
f6e163f
wip
tscholak Nov 6, 2024
8acb4f3
wip
tscholak Nov 7, 2024
1ea3422
wip
tscholak Nov 7, 2024
f3eb0d6
wip
tscholak Nov 7, 2024
127cd43
wip
tscholak Nov 8, 2024
c382298
add datasets as dependency
tscholak Nov 8, 2024
8b49dfc
Merge remote-tracking branch 'origin/main' into tscholak/improve-docs
tscholak Nov 9, 2024
7304119
fix GPTMemmapDataset
tscholak Nov 9, 2024
47d453b
fix GPTMemmapDataset
tscholak Nov 9, 2024
bef3a72
add prepare-dataset command
tscholak Nov 10, 2024
0ffc75c
add prepare-dataset command
tscholak Nov 10, 2024
fda6386
add prepare-dataset command
tscholak Nov 10, 2024
acae7d9
add prepare-dataset command
tscholak Nov 10, 2024
eb7da59
add prepare-dataset command
tscholak Nov 10, 2024
b5ed2f0
add prepare-dataset command
tscholak Nov 10, 2024
c8f746a
only push latest tag for commits to main
tscholak Nov 10, 2024
0f80b76
add V100
tscholak Nov 10, 2024
e0f813c
use older generics syntax
tscholak Nov 10, 2024
b88c9d3
remove user and install Fast-LLM globally
tscholak Nov 10, 2024
4df12d9
simplify Dockerfile
tscholak Nov 11, 2024
3c5d4d9
wip
tscholak Nov 11, 2024
54af690
Merge remote-tracking branch 'origin/tscholak/prepare-dataset' into t…
tscholak Nov 11, 2024
3737bc0
improvements
tscholak Nov 11, 2024
4b6b195
add docstring
tscholak Nov 11, 2024
52a6f0b
use full imports
tscholak Nov 11, 2024
55b0b88
use full imports
tscholak Nov 11, 2024
1f975d2
use full imports
tscholak Nov 11, 2024
b665e91
don't load tokenizer during validatin
tscholak Nov 11, 2024
af1439e
Merge remote-tracking branch 'origin/main' into tscholak/prepare-dataset
tscholak Nov 11, 2024
e51677f
simplify
tscholak Nov 12, 2024
1f447bb
simplify
tscholak Nov 12, 2024
fb50c13
address comments
tscholak Nov 12, 2024
33067c8
address comments
tscholak Nov 12, 2024
dbc221c
address comments
tscholak Nov 12, 2024
a2ae051
address comments
tscholak Nov 12, 2024
5107302
Merge remote-tracking branch 'origin/tscholak/prepare-dataset' into t…
tscholak Nov 12, 2024
d68ce82
fix link
tscholak Nov 12, 2024
b2675a3
resolve merge conflicts
tscholak Nov 13, 2024
2fad03c
clean up
tscholak Nov 13, 2024
223bab0
clean up
tscholak Nov 13, 2024
94008ea
wip
tscholak Nov 13, 2024
9706971
Merge branch 'main' of github.com:ServiceNow/Fast-LLM into tscholak/i…
tscholak Nov 13, 2024
763d843
update dependencies
tscholak Nov 13, 2024
af3f1f0
wip
tscholak Nov 14, 2024
cc6ae8b
revert changes
tscholak Nov 14, 2024
e96c411
wip
tscholak Nov 14, 2024
77c7416
wip
tscholak Nov 14, 2024
08acf67
Improve quickstart guide
jlamypoirier Nov 19, 2024
4bd8fff
restore original structure
tscholak Nov 19, 2024
8031e9f
restore original structure
tscholak Nov 19, 2024
25277a1
resolve merge conflicts
tscholak Nov 27, 2024
9eaf01f
Merge branch 'tscholak/improve-docs' into torsten/improve_quickstart
tscholak Nov 27, 2024
48137d4
Merge remote-tracking branch 'origin/main' into torsten/improve_quick…
tscholak Nov 30, 2024
2ec96b4
wip
tscholak Dec 2, 2024
10deb5b
wip
tscholak Dec 2, 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
Prev Previous commit
Next Next commit
linting
  • Loading branch information
tscholak committed Oct 23, 2024
commit 74b8ea79e571c9e9902aac249a5fa3c964141d3c
14 changes: 7 additions & 7 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### ServiceNow Open Source Code-of-Conduct
# ServiceNow Open Source Code-of-Conduct

This code of conduct provides guidelines for participation in ServiceNow-managed open-source communities and projects.

**Discussion forum guidelines**
## Discussion forum guidelines

Communities thrive when members support each other and provide useful feedback.

Expand All @@ -16,7 +16,7 @@ Communities thrive when members support each other and provide useful feedback.
- Be accountable for your actions by correcting your mistakes and indicating where you have changed a previous post of yours.
- Mark content as correct and helpful, and provide feedback. If you read a discussion post that you find helpful, we encourage you to leave a positive vote and comment in the replies. If you find a post that is unhelpful, please provide more information in the issue comments.

**Issue board guidelines**
## Issue board guidelines

Many open-source projects provide an Issues board, with similar functionality to a Discussions forum. The same rules from the discussion forum guidelines apply to the Issues board.

Expand All @@ -30,17 +30,17 @@ ServiceNow suggests the following technical support pathways for open-source pro
6. Log an Issue if it hasn't already been logged. If the issue has already been logged by another user, vote it up, and add a comment with additional or missing information. Do your best to choose the correct category when logging a new issue. This will make it easier to differentiate bugs from new feature requests or ideas. If after logging an issue you find the solution, please close your issue and provide a comment with the solution. This will help the project owners and other users.
7. Contact the project team contributors of the project to see if they can help as a last resort only.

**Repositories**
## Repositories

- Read and follow the license instructions
- Remember to include citations if you use someone else's work in your own project. Use the [`CITATION.cff`](CITATION.cff) to find the correct project citation reference.
- β€˜Star' project repos to save for future reference.
- β€˜Watch' project repos to get notifications of changes – this can get noisy for some projects, so only watch the ones you really need to track closely.

**Enforcement and reporting**
## Enforcement and reporting

We encourage community members and users to help each other and to resolve issues amongst themselves as much as possible. If a matter cannot be resolved in good faith within the means available, please reach out to a team member or email fast-llm-team@servicenow.com.
We encourage community members and users to help each other and to resolve issues amongst themselves as much as possible. If a matter cannot be resolved in good faith within the means available, please reach out to a team member or email [fast-llm-team@servicenow.com](mailto:fast-llm-team@servicenow.com).

**ServiceNow Disclaimer.**
## ServiceNow Disclaimer

We may, but are under no obligation to, monitor or censor comments made by users or content provided by contributors and we are not responsible for the accuracy, completeness, appropriateness or legality of anything posted, depicted or otherwise provided by third‑party users and we disclaim any and all liability relating thereto.