Skip to content

Commit

Permalink
Update gaudi3 baseline numbers for ci and py tests (#1824)
Browse files Browse the repository at this point in the history
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Co-authored-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Co-authored-by: regisss <15324346+regisss@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 6, 2025
1 parent 19627a2 commit cd7d2c7
Show file tree
Hide file tree
Showing 105 changed files with 6,220 additions and 2,554 deletions.
4 changes: 4 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
import logging
import operator
import os
import sys
from pathlib import Path
Expand Down Expand Up @@ -72,6 +73,9 @@ def assertRef(self, compare, context=[], **kwargs):
logging.getLogger().info(f"{'.'.join(context + [key])}:ref = {ref}")
assert compare(actual, ref)

def assertEqual(self, context=[], **kwargs):
self.assertRef(operator.eq, context, **kwargs)


class Secret:
"""
Expand Down
23 changes: 0 additions & 23 deletions tests/baselines/CodeLlama_13b_Instruct_hf.json

This file was deleted.

23 changes: 0 additions & 23 deletions tests/baselines/LlamaGuard_7b.json

This file was deleted.

35 changes: 0 additions & 35 deletions tests/baselines/Llama_3_1_8B.json

This file was deleted.

38 changes: 0 additions & 38 deletions tests/baselines/Llama_3_2_11B_Vision_Instruct.json

This file was deleted.

47 changes: 0 additions & 47 deletions tests/baselines/Qwen2_72B.json

This file was deleted.

74 changes: 0 additions & 74 deletions tests/baselines/Qwen2_7B.json

This file was deleted.

62 changes: 0 additions & 62 deletions tests/baselines/albert_large_v2.json

This file was deleted.

62 changes: 0 additions & 62 deletions tests/baselines/albert_xxlarge_v1.json

This file was deleted.

Loading

0 comments on commit cd7d2c7

Please sign in to comment.