Skip to content

Commit

Permalink
reduce CI memory requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCatt91 committed Oct 24, 2023
1 parent da0ca26 commit fbe91e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
from besskge.sharding import PartitionedTripleSet, Sharding

seed = 1234
n_entity = 20000
n_entity = 5000
n_relation_type = 50
n_shard = 4
n_test_triple = 5000
n_test_triple = 1000
batches_per_step = 2
shard_bs = 400
embedding_size = 128
Expand Down

0 comments on commit fbe91e9

Please sign in to comment.