Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Sep 1, 2024
1 parent 06e6ac5 commit 62f8998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected AbstractModel(
this.workingQType = workingMemoryQType;
}

logger.info("Working memory type = {}, Quantized memory type = {}", this.workingDType, this.workingQType);
logger.debug("Working memory type = {}, Quantized memory type = {}", this.workingDType, this.workingQType);

this.embedInput = inferenceType.isInput ? loadInputWeights() : null;
this.transformerBlocks = inferenceType.isFwdPass ? loadTransformerBlockWeights() : null;
Expand Down

0 comments on commit 62f8998

Please sign in to comment.