Skip to content

Commit

Permalink
missed a merge conflict marker oops
Browse files Browse the repository at this point in the history
  • Loading branch information
carzh committed Nov 29, 2023
1 parent 29b3be1 commit 491383d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/web/lib/wasm/session-handler-training.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import {env, InferenceSession, OnnxValue, SessionHandler, Tensor, TrainingSessio
import {SerializableModeldata, TensorMetadata} from './proxy-messages';
import {decodeTensorMetadata, encodeTensorMetadata} from './session-handler-inference';
import {createSessionAllocate, initRuntime, isOrtEnvInitialized} from './wasm-core-impl';
<<<<<<< HEAD
import {createCheckpointHandle, createTrainingSessionHandle, getContiguousParameters, getModelInputOutputNames, getParametersSize, loadParametersBuffer, releaseTrainingSessionAndCheckpoint, runEvalStep, runOptimizerStep, runTrainStep} from './wasm-training-core-impl';
=======
import {createCheckpointHandle, createTrainingSessionHandle, getContiguousParameters, getParametersSize, loadParametersBuffer, releaseTrainingSessionAndCheckpoint, runTrainStep} from './wasm-training-core-impl';
>>>>>>> main

export class OnnxruntimeWebAssemblyTrainingSessionHandler implements TrainingSessionHandler {
private sessionId: number;
Expand Down

0 comments on commit 491383d

Please sign in to comment.