Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
update publication (#1500)
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxin Zhang <[email protected]>
  • Loading branch information
VincyZhang authored Apr 21, 2024
1 parent 0fc6e01 commit 8f5febc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docs/publication.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Full Publications/Events (47)
Full Publications/Events (48)
==========

## 2024 (7)
## 2024 (8)
* Blod published on Intel NewsRoom: [Intel Welcomes Open Platform for Enterprise AI](https://www.intel.com/content/www/us/en/newsroom/news/intel-welcomes-open-platform-enterprise-ai.html#gs.89490l) (April 2024)
* Blog published on Intel Developer News: [Weight-only Quantization in LLM Inference Using Intel® Extension for PyTorch* on Intel® Core™ Ultra Processors for AI PCs](https://www.intel.com/content/www/us/en/developer/articles/technical/weight-only-quantization-in-llm-inference.html) (Apr 2024)
* Blog published on Techcrunch: [Intel and others commit to building open generative AI tools for the enterprise](https://techcrunch.com/2024/04/16/intel-and-others-commit-to-building-open-generative-ai-tools-for-the-enterprise) (Apr 2024)
* Video on YouTube: [Intel Vision Keynotes 2024](https://www.youtube.com/watch?v=QB7FoIpx8os&t=2280s) (Apr 2024)
* Blog published on Vectara: [Do Smaller Models Hallucinate More?](https://vectara.com/blog/do-smaller-models-hallucinate-more) (Apr 2024)
* Blod published on Intel Newsroom: [Intel Gaudi 2 Remains Only Benchmarked Alternative to NV H100 for GenAI Performance](https://www.intel.com/content/www/us/en/newsroom/news/new-gaudi-2-xeon-performance-ai-inference.html#gs.858z19) (March 2024)
* Blod published on Intel NewsRoom: [Intel Gaudi 2 Remains Only Benchmarked Alternative to NV H100 for GenAI Performance](https://www.intel.com/content/www/us/en/newsroom/news/new-gaudi-2-xeon-performance-ai-inference.html#gs.858z19) (March 2024)
* Blog published on Intel Developer News: [Use the neural-chat-7b Model for Advanced Fraud Detection: An AI-Driven Approach in Cybersecurity](https://www.intel.com/content/www/us/en/developer/articles/technical/bilics-approach-cybersecurity-using-neuralchat-7b.html) (March 2024)
* CES 2024: [CES 2024 Great Minds Keynote: Bringing the Limitless Potential of AI Everywhere: Intel Hybrid Copilot demo](https://youtu.be/70J3uO3eLZA?t=1348) (Jan 2024)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ function run_benchmark {
pip install transformers==4.35.2
script="run_generation_sq.py"
elif [ "${topology}" = "mistral_7b" ]; then
model_name_or_path="Intel/neural-chat-7b-v3
script="run_generation_sq.py""
model_name_or_path="Intel/neural-chat-7b-v3"
script="run_generation_sq.py"
elif [ "${topology}" = "phi_1b" ]; then
model_name_or_path="susnato/phi-1_dev"
pip install transformers==4.36.1
Expand Down

0 comments on commit 8f5febc

Please sign in to comment.