This repository was archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
sync commit
- Loading branch information
Showing
12 changed files
with
411 additions
and
546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# AI Innovation Bridge | ||
|
||
Welcome to our AI Innovation Bridge repo! This repo contains reference solutions, hackathon sample code, workshop content, and more! | ||
Welcome to our AI Innovation Bridge repo! This repo contains reference solutions, hackathon sample code, workshop content, and more! | ||
|
||
## Table of Contents | ||
- [hackathons](hackathons) | ||
- [solutions](solutions) | ||
- [workshops](workshops) | ||
- [utilities](utilities) | ||
|
||
Enjoy! |
4 changes: 2 additions & 2 deletions
4
...023/pharmaceutical_manufacturing_business/medication_demand_forecast/src/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
fastapi | ||
uvicorn | ||
scikit-learn==1.0.1 | ||
tensorflow==2.11.1 | ||
scikit-learn==1.5.0 | ||
tensorflow==2.12.1 | ||
numpy | ||
pandas==1.4.1 | ||
pydantic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
utilities/model-card-tools/intel-extentions/transformers/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
accelerate==0.28.0 | ||
einops==0.7.0 | ||
intel-extension-for-pytorch==2.1.100 | ||
intel-extension-for-pytorch==2.2.0 | ||
intel-extension-for-transformers==1.2.2 | ||
neural-speed==0.2 | ||
neural-compressor==2.5 | ||
torch==2.1.1 | ||
transformers==4.34.1 | ||
torch==2.2.0 | ||
transformers==4.38.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.